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

Calendar View

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

component = CalendarView(events=None,
    month=1,
    year=2026,
    view='month',
    start_day=0,
    event='',
    custom_class='',
    kwargs)
html = component.render()
PARAMETERS 8
NameTypeDefault
events typing.Optional[list] None
month <class 'int'> 1
year <class 'int'> 2026
view <class 'str'> 'month'
start_day <class 'int'> 0
event <class 'str'> ''
custom_class <class 'str'> ''
kwargs