Thinking Indicator
EXAMPLES 1
Thinking...
thinking_indicator(label='Thinking...')
USAGE
from djust_components.components.thinking_indicator import ThinkingIndicator
component = ThinkingIndicator(status='thinking',
label='',
custom_class='',
kwargs)
html = component.render()
PARAMETERS 4
| Name | Type | Default |
|---|---|---|
status |
<class 'str'> |
'thinking' |
label |
<class 'str'> |
'' |
custom_class |
<class 'str'> |
'' |
kwargs |
— |
— |