Buttons are an essential part of any application. Buttons can have different shapes using the shape prop.
Show codeHide code
Buttons can have solid background colors. Use the flavor="solid" prop and the color prop to make solid buttons.
Show codeHide code
Buttons can have a smaller size. Use the size prop with the sm value to make smaller buttons.
Show codeHide code
Buttons can have pastel background colors. Use the flavor="pastel" prop and the color prop to make pastel buttons.
Show codeHide code
Buttons can have a smaller size. Use the size prop with the sm value to make smaller buttons.
Show codeHide code
Buttons can have outline background colors. Use the flavor="outline" prop and the color prop to make outline buttons.
Show codeHide code
Buttons can have a smaller size. Use the size prop with the sm value to make smaller buttons.
Show codeHide code
Buttons can be shown in a loading state. Use the loading prop to show a loading indicator.
Show codeHide code
Buttons can have icons, both on the left and on the right. Use the Icon component inside the button slot to render the icon you need.
Show codeHide code
Buttons can have a flat shadow. Use the shadow="flat" prop to add shadows to your buttons.
Show codeHide code
Buttons can have a hover shadow. Use the shadow="hover" prop to add shadows to your buttons.
Show codeHide code
Buttons can be shown in a disabled state. Use the disabled prop to disable the button.
Show codeHide code
Buttons can be grouped together. Use them inside the BaseButtonGroup component.
Show codeHide code
typeShow exampleHide example
relShow exampleHide example
sizeShow exampleHide example
toShow exampleHide example
colorShow exampleHide example
shapeShow exampleHide example
disabledShow exampleHide example
hrefShow exampleHide example
targetShow exampleHide example
flavorShow exampleHide example
badgeShow exampleHide example
badge-pulseShow exampleHide example
shadowShow exampleHide example
loading