Skip to content

Latest commit

 

History

History

Button

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Button

<Button variant="danger">
    Delete
</Button>

Imported Props

Prop name Description Type Values Default
disabled Disables the component boolean - false
size The size of the component Size (string) - 'md'
variant The variant of the component Variant (string) - 'primary'

Props

Prop name Description Type Values Default
href string - undefined
is string - undefined
outline Changes the button to an outline variant boolean - false
to string|Record<string, unknown> - undefined

Slots

Name Description Bindings
default Displays content inside the button