Icon
EXAMPLES 3
icon(name='check', size=24)
icon(name='x', size=24)
icon(name='search', size=24)
USAGE
from djust_components.components.icon import Icon
component = Icon(name='',
size='md',
icon_set='heroicons',
custom_class='',
kwargs)
html = component.render()
PARAMETERS 5
| Name | Type | Default |
|---|---|---|
name |
<class 'str'> |
'' |
size |
<class 'str'> |
'md' |
icon_set |
<class 'str'> |
'heroicons' |
custom_class |
<class 'str'> |
'' |
kwargs |
— |
— |