Buttons
Introduction
Buttons are the essentials of any interactive Web Application. Buttons allow users to take actions, and make choices, with a single tap.
Default, Primary and Secondary Button
Default Button is a single core class for default button. Primary and Secondary buttons are contained buttons, distinguished by their color. They contain actions that are primary and secondary to your app.
Code:
Outline Button
Outline Button is a hollow button having border and text only but on hover It takes the full color to grab the user attention.
Code:
Link Button
Link Button is available for use when button contains a link and button needs to standout from other library buttons.
Code:
Icon Button
Button with icons empowers your user by visually showing the purpose of the button. Icons are imported and used from FontAwesome.
Code: