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

Countdown

python component Advanced 7 params
EXAMPLES 1
00Days
:
00Hours
:
00Minutes
:
00Seconds
python
countdown(target='2026-12-31', label='Until New Year')
USAGE
python
from djust_components.components.countdown import Countdown

component = Countdown(target='',
    event='',
    show_days=True,
    show_seconds=True,
    labels=None,
    custom_class='',
    kwargs)
html = component.render()
PARAMETERS 7
NameTypeDefault
target <class 'str'> ''
event <class 'str'> ''
show_days <class 'bool'> True
show_seconds <class 'bool'> True
labels <class 'dict'> None
custom_class <class 'str'> ''
kwargs