Jade Ui
Edit page
Componentes
ButtonHow to usePropsExamplesFormGridGridSelect

Button

How to use

import { Button } from '@ederzadravec@jade-ui'
...
<Button {...props}> LABEL </Button>

Props

variant
'default' │ 'outline' │ 'transparent'
'default'
color
'primary' │ 'error' │ 'alert' │ 'success'
'primary'
onClick
func
() => {}
disabled
bool
false
iconBefore
string
iconAfter
string
loading
bool
false

Examples

variants

colors