Easily add 100s of Font Awesome icons to your Floating Action Buttons (FAB) with this extension

Overview

Extension Developer Andres Cotes
Clone Starter .aia Coming Soon
Get the .aix Download
Click-to-Copy Link co.com.dendritas.AwFontFAB.aix
Donate to Developer Not Available
License N/A

Thunkable Community

If you have any questions about the Font Awesome FAB extension then head on over to the Thunkable Community where you’ll find lots of amazing people who are happy to help you out.

Installation

If you need any help installing an extension then take a look at our “How to Install an Extension” guide.

Blocks

Events

ClickButtonFAB

This extension contains just one event. The ClickButtonFAB block handles what happens when the FAB is clicked.

Procedures

ChangeIconFont

The ChangeIconFade procedure is used to toggle between icons. You can find all the codes for newIconCode in the Font Awesome Cheatsheet and the duration is just a number, specifying the number of miliseconds for the transistion.


CreateFab

The CreateFAB procedure must be called in order to create a FAB on the screen. You can use the visible and invisible procedures to change the visibility, but you must actually create the FAB before you can do anything else with it.


InvisibleFab

Calling the InvisibleFAB procedure will cause the FAB to disappear. Both duration and startDelay expect numeric inputs, specifying the number miliseconds.


VisibleFab

Calling the VisibleFAB procedure will cause the FAB to appear on the screen. Don’t forget that the CreateFAB proceudre must be called before you can make a FAB visible. Both duration and startDelay expect numeric inputs, specifying the number miliseconds.

Getters & Setters

ColourBackground

These blocks allow you to get or set the colour of the background of the FAB. When setting a new colour, it should be specified as a HEX colour.


ColourFont

These blocks allow you to get or set the colour of the icon that is displayed. When setting a new colour, it should be specified as a HEX colour.


Elevation

This property is used to specify the elevation of the FAB.


FABSize

The FABSize setter is used to specify the diameter of the FAB in density independent pixels


IconCode

You can use the IconCode setter to change the icon without a transition effect or delay.


MarginBottom MarginRight These properties specify the margin along the bottom edge and right edge of the FAB.

Troubleshooting

Changing from dev mode to production morde.

Example App

Coming soon!

Want to Help?

There are lots of great extensions being created and updateed everyday. Keeping this site up to date is a huge task. If you want to help out find out more in the Thunkable Community


Post written by: Domhnall