@@include('./partials/topbar.html', {"pagetitle": "Buttons"})
@@include('./partials/left-sidebar.html')
Use the button classes on an <a>, <button>, or <input> element.
Add .btn-rounded to default button to get rounded corners.
Use a classes .btn-bordered to quickly create a bordered buttons.
Use a classes .btn-lighten- to quickly create a bordered buttons.
Create buttons with minimum width by adding add .width-xs, .width-sm, .width-md or .width-lg.
Add .btn-lg, .btn-sm, or .btn-xs for additional sizes.
Add the disabled attribute to <button> buttons.
Icon only button.
Create block level buttons,with by adding add .btn-block.
Wrap a series of buttons with .btn in .btn-group.
@@include('./partials/footer.html')