Button

Buttons are components user can click to perform an action and interact with the website.

Primary Button (Solid)

Primary button is the main button which performs primary actions of your app. You can use btn for button and for particular button use btn-primary-solid to use it, as shown below.

Button with Icon

Buttons with icon can be used in e-commerce apps or regular used apps also. You can use btn for button and for particular button use btn-primary-icon, as shown below.

Primary button is the main button which performs primary actions of your app. You can use btn for button and for link use btn-link as shown below.

Floating Acton Button

A Floating action button (FAB) performs the primary, or most common action on a screen. It appears in front of all screen content, typically as a circular shape with an icon in its center. You can use btn-float as shown below.