Buttons
Button is a trigger that allows user to take action. We have a different range of options for a button so that you can choose the one that fits your requirement.
Basic Buttons
You can create buttons using 3 tags: <a>, <button>, and <input>. All you have to do is add a class button to the tag.
Anchor
Colored Buttons
Colored buttons are used when you want to grab user's attention primarily on that button. We have 6 colors available for colored buttons. Check them below
Inverted Buttons
Inverted buttons are used as secondary buttons in the website. You can use them when you want a button but don't that button to grab user's attention
Disabled Buttons
When you don't want a user to click on a button before performing some action, just add a class disabled to the button
Link Buttons
You can add simple link as a button as well. They are compact and are widely used in websites.
Button Link
Button Link
Icon Buttons
You can add icons as buttons as well. They are compact and are widely used in websites.
Floating Buttons
Floating button is fixed at the bottom-right corner. You customize it by adding different color and icon.