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

Page Header

python component Layout 6 params
EXAMPLES 1

Dashboard

Overview of your workspace

python
page_header(title='Dashboard', subtitle='Overview of your workspace')
USAGE
python
from djust_components.components.page_header import PageHeader

component = PageHeader(title='',
    subtitle='',
    description='',
    actions='',
    custom_class='',
    kwargs)
html = component.render()
PARAMETERS 6
NameTypeDefault
title <class 'str'> ''
subtitle <class 'str'> ''
description <class 'str'> ''
actions <class 'str'> ''
custom_class <class 'str'> ''
kwargs