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

Icon

python component Advanced 5 params
EXAMPLES 3
python
icon(name='check', size=24)
python
icon(name='x', size=24)
python
icon(name='search', size=24)
USAGE
python
from djust_components.components.icon import Icon

component = Icon(name='',
    size='md',
    icon_set='heroicons',
    custom_class='',
    kwargs)
html = component.render()
PARAMETERS 5
NameTypeDefault
name <class 'str'> ''
size <class 'str'> 'md'
icon_set <class 'str'> 'heroicons'
custom_class <class 'str'> ''
kwargs