Installing
Install the library
Getting started
Import the component
Basic
You can define the type of a button using the
typeprop. There are
primary,
default,
secondary,
outline,
dashed, and
text, Loading
Variants
You can define the type of a button using the
variantprop.
There are
primary,
secondary,
outline,
danger, and
danger-outline. The default variant is
primary. Loading
Size
You can define the size of a button using the
sizeprop.
There are
small,
regular, and
large. The default size is
regular. Loading
Loading
Buttons can be in a loading state. Provide the
isLoadingprop to set the loading state of the button. Loading
Props
Coming soon