djust-theming | Demo Home Components | Gallery Storybook Editor Diff

Fab

python component Layout 8 params
EXAMPLES 1
python
fab(label='Create', icon='+')
USAGE
python
from djust_components.components.fab import Fab

component = Fab(icon='+',
    event='',
    position='bottom-right',
    label='',
    size='md',
    variant='primary',
    custom_class='',
    kwargs)
html = component.render()
PARAMETERS 8
NameTypeDefault
icon <class 'str'> '+'
event <class 'str'> ''
position <class 'str'> 'bottom-right'
label <class 'str'> ''
size <class 'str'> 'md'
variant <class 'str'> 'primary'
custom_class <class 'str'> ''
kwargs