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

Gauge

python component Charts 8 params
PREVIEW
Preview not available — component requires runtime dependencies or no examples defined.
USAGE
python
from djust_components.components.gauge import Gauge

component = Gauge(value=0,
    max_value=100,
    label='',
    color='primary',
    size='md',
    show_value=True,
    custom_class='',
    kwargs)
html = component.render()
PARAMETERS 8
NameTypeDefault
value <class 'float'> 0
max_value <class 'float'> 100
label <class 'str'> ''
color <class 'str'> 'primary'
size <class 'str'> 'md'
show_value <class 'bool'> True
custom_class <class 'str'> ''
kwargs