UI Shell
See: https://the-carbon-components.netlify.app/?nav=ui-shell
- class carbondesign.tags.ui_shell.UiShell(*args, **kwargs)
UI Shell component.
- WANT_CHILDREN = True
Template Tag needs closing end tag.
- SLOTS = ('title', 'title_prefix', 'navigation', 'links', 'actions', 'sidenav', 'switcher')
Named children.
- NODE_PROPS = ('id', 'href', 'label_prefix')
Extended Template Tag arguments.
- DEFAULT_TAG = 'header'
Rendered HTML tag.
- prepare(values, context)
Prepare values for rendering the templates.
- render_default(values, context)
Output html of the component.
Render html of the slot.
- render_slot_links(values, context)
Render html of the slot.
- render_slot_actions(values, context)
Render html of the slot.
- render_slot_title_prefix(values, context)
Render html of the slot.
- render_tmpl_title(values, context)
Dynamically render a part of the component’s template.
- render_tmpl_hamburger(values, context)
Dynamically render a part of the component’s template.
- class carbondesign.tags.ui_shell.Link(*args, **kwargs)
Navigation link.
- WANT_CHILDREN = True
Template Tag needs closing end tag.
- SLOTS = ('submenu',)
Named children.
- NODE_PROPS = ('expanded',)
Extended Template Tag arguments.
- prepare(values, context)
Prepare values for rendering the templates.
- render_default(values, context)
Output html of the component.
Render html of the slot.
- class carbondesign.tags.ui_shell.Action(*args, **kwargs)
Topbar action buttons.
- WANT_CHILDREN = True
Template Tag needs closing end tag.
- SLOTS = ('svg_open', 'svg_close')
Named children.
- NODE_PROPS = ('target',)
Extended Template Tag arguments.
- REQUIRED_PROPS = ('target',)
Will raise Exception if not set.
- DEFAULT_TAG = 'button'
Rendered HTML tag.
- prepare(values, context)
Prepare values for rendering the templates.
- render_default(values, context)
Output html of the component.
- render_slot_svg_open(values, context)
Render html of the slot.
- render_slot_svg_close(values, context)
Render html of the slot.
Side navigation’s section.
Template Tag needs closing end tag.
Output html of the component.
Side navigation’s items.
Template Tag needs closing end tag.
Named children.
Extended Template Tag arguments.
Prepare values for rendering the templates.
Output html of the component.
Render html of the slot.
Render html of the slot.
UI Shell side navigation.
Template Tag needs closing end tag.
Named children.
Extended Template Tag arguments.
Rendered HTML tag.
Prepare values for rendering the templates.
Output html of the component.
Render html of the slot.
Render html of the slot.
Render html of the slot.
Dynamically render a part of the component’s template.
UI Shell side navigation’s switcher option.
Template Tag needs closing end tag.
Output html of the component.
UI Shell side navigation’s items.
Template Tag needs closing end tag.
Named children.
Extended Template Tag arguments.
Prepare xxx_class and xxx_props values.
Prepare values for rendering the templates.
Output html of the component.
Render html of the slot.