Buttons are an essential part of any application. Actions can have different shapes using the rounded prop.
Show codeHide code
Actions can have different colors. The following example shows a muted button.
Show codeHide code
Actions can have different colors. The following example shows a primary button.
Show codeHide code
Actions can have different colors. The following example shows a info button.
Show codeHide code
Actions can have different colors. The following example shows a success button.
Show codeHide code
Actions can have different colors. The following example shows a warning button.
Show codeHide code
Actions can have different colors. The following example shows a danger button.
Show codeHide code
Actions can be shown in a disabled state. Use the disabled prop to show a disabled button.
Show codeHide code
Actions can be shown in a loading state. Use the loading prop to show a loading indicator.
Show codeHide code
Actions can be grouped into a single element using the BaseButtonGroup component.
Show codeHide code
rounded@since
2.0.0
@default
'sm'
Show exampleHide example
typeShow exampleHide example
toShow exampleHide example
hrefShow exampleHide example
relShow exampleHide example
targetShow exampleHide example
color@default
'default'
Show exampleHide example
loadingShow exampleHide example
disabled