Buttons
Buttons are also called as call to action. We have range of buttons and their states. You may use
<a>
tag or <button>
element, you need to add respective classes, and you
are good to go.
Primary Buttons
Primary buttons comes with 5 variants: basic primary button, outlined button, primary link button, icon
button & button with icon. Just include btn primary-btn
to your <a>
tag or
<button>
element.
Code Snippets
Colored Buttons
Color of buttons can be changed as well. You need to include class
red-outlined-content
, blue-outlined-content
, yellow-outlined-content
,
&green-outlined-content
to change color.
Code Snippets
Disabled Buttons
To disable the button, you need to include class disabled-btn
.
Code Snippets
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. Just include floating-btn
class to you button.
Code Snippets