Button

A button is one of the most important part of a website or app. It is the thing on which user will click to do perform action. Hence also called CTA.

Primary Button (Outline)

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 to use it, as shown below.

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-commere apps or regular used apps also. You can use btn for button and for particular button use btn-primary-icon to use it, 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 to use it, as shown below.

Float 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 to use it, as shown below.