Buttons allow users to take actions, and make choices, with
a single tap.
Buttons communicate actions that users can take. They are
typically placed throughout your UI, in places like:
- Modal Windows
- Cards
- Forms
- Toolbars
- In order to view the code you need to visit using a device with larger screen.
The Button comes with three variants: Text | Contained | Outlined
The Link Button is used to attach a link action, at a button tap.
Sometimes you might want to have icons for certain buttons to enhance the UX of the application as we recognize logos more easily than plain text. For example, if you have a delete button you can label it with a dustbin icon.
Floating-action buttons can be customized by adding the font-awesome icon of your choice. This button will be fixed to right-bottom corner.