Callout
EXAMPLES 2
Info
callout(message='This is an important notice.', variant='info', title='Info')
Warning
callout(message='Warning: action is irreversible.', variant='warning', title='Warning')
USAGE
from djust_components.components.callout import Callout
component = Callout(content='',
variant='default',
title='',
icon='',
custom_class='',
kwargs)
html = component.render()
PARAMETERS 6
| Name | Type | Default |
|---|---|---|
content |
<class 'str'> |
'' |
variant |
<class 'str'> |
'default' |
title |
<class 'str'> |
'' |
icon |
<class 'str'> |
'' |
custom_class |
<class 'str'> |
'' |
kwargs |
— |
— |