Buttons are an essential part of any application. Actions can have different shapes using the shape
prop.
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 muted
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
This component has no props