Button
.button
class to an a
or button
element.
Add the .tiny, .mini, .small, .large
or .huge
class to a button to make it smaller
or larger.
Also, you can add the .block
class for a full-width button.
To create a button group, add the .buttons
class to a div
element around the
buttons.
.tiny, .mini, .small, .large
or .huge
class to .buttons
to
make
it smaller or larger group buttons.
.block
class to .buttons
for a full-width button group.
A button can be used to trigger a dropdown menu.
You can change the direction of the dropdown by adding any .right .left
.top .top.left .top.right .bottom.left .bottom.right
classes to .dropdown
container.
Also, just add the .vertical
class to .buttons
to make it vertical button group.
Default Class Name | Combinators |
---|---|
buttons |
.buttons |
button |
.button .buttons > .button |
Styles | Combinators |
primary |
.primary.button .primary.buttons |
success |
.success.button .success.buttons |
warning |
.warning.button .warning.buttons |
error |
.error.button .error.buttons |
dark |
.dark.button .dark.buttons |
outlined |
.outlined.button |
Sizes | Combinators |
tiny |
.tiny.button .tiny.buttons |
mini |
.mini.button .mini.buttons |
small |
.small.button .small.buttons |
large |
.large.button .large.buttons |
huge |
.huge.button .huge.buttons |
States | Combinators |
active |
.active.button |
inactive |
.inactive.button |
disabled |
.disabled.button |
block |
.block.button .block.buttons |
vertical |
.vertical.buttons |
preloader |
.preloader.button |
Dropdown | Combinators |
dropdown |
.dropdown .buttons > dropdown |
right |
.right.dropdown |
left |
.left.dropdown |
top |
.top.dropdown |
bottom |
.bottom.dropdown |
toggle |
.dropdown > .button.toggle |
clickable |
.clickable.dropdown |