An advanced button component that allows nesting of children components to enhance the design of the button
Button inherits default style from your app layout options like the default button, but allows additional customization.
Find out more about Budibase.
-
Import the plugin into your budibase instance (see Budibase documentation for more info)
-
Add the Font Awesome component to your application
-
Use the built-in label, or enable custom contents to nest other components in the button
- Set the variant type to
custom
for full control over the button style
To build your new plugin run the following in your Budibase CLI:
budi plugins --build
You can also re-build everytime you make a change to your plugin with the command:
budi plugins --watch