Button

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:

Primary Button

The Button comes with three variants: Text | Contained | Outlined

Link Button

The Link Button is used to attach a link action, at a button tap.

Icon Button

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 Button

Floating-action buttons can be customized by adding the font-awesome icon of your choice. This button will be fixed to right-bottom corner.