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

Thinking Indicator

python component Advanced 4 params
EXAMPLES 1
Thinking...
python
thinking_indicator(label='Thinking...')
USAGE
python
from djust_components.components.thinking_indicator import ThinkingIndicator

component = ThinkingIndicator(status='thinking',
    label='',
    custom_class='',
    kwargs)
html = component.render()
PARAMETERS 4
NameTypeDefault
status <class 'str'> 'thinking'
label <class 'str'> ''
custom_class <class 'str'> ''
kwargs