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

Callout

python component Core UI 6 params
EXAMPLES 2
Info
python
callout(message='This is an important notice.', variant='info', title='Info')
Warning
python
callout(message='Warning: action is irreversible.', variant='warning', title='Warning')
USAGE
python
from djust_components.components.callout import Callout

component = Callout(content='',
    variant='default',
    title='',
    icon='',
    custom_class='',
    kwargs)
html = component.render()
PARAMETERS 6
NameTypeDefault
content <class 'str'> ''
variant <class 'str'> 'default'
title <class 'str'> ''
icon <class 'str'> ''
custom_class <class 'str'> ''
kwargs