UI Shell Switcher
See: https://the-carbon-components.netlify.app/?nav=ui-shell
- class carbondesign.tags.ui_shell_switcher.UiShellSwitcher(*args, **kwargs)
UI Shell switcher panel.
- WANT_CHILDREN = True
Template Tag needs closing end tag.
- NODE_PROPS = ('id',)
Extended Template Tag arguments.
- DEFAULT_TAG = 'aside'
Rendered HTML tag.
- render_default(values, context)
Output html of the component.
- class carbondesign.tags.ui_shell_switcher.UiShellSwitcherSearch(*args, **kwargs)
UI Shell switcher search box.
- NODE_PROPS = ('placeholder',)
Extended Template Tag arguments.
- prepare(values, context)
Prepare values for rendering the templates.
- prepare_element_props(props, context)
Prepare html attributes for rendering the form element.
- render_default(values, context)
Output html of the component.
- class carbondesign.tags.ui_shell_switcher.UiShellSwitcherHeader(*args, **kwargs)
UI Shell switcher header.
- WANT_CHILDREN = True
Template Tag needs closing end tag.
- DEFAULT_TAG = 'p'
Rendered HTML tag.
- render_default(values, context)
Output html of the component.
- class carbondesign.tags.ui_shell_switcher.UiShellSwitcherItem(*args, **kwargs)
UI Shell switcher item.
- WANT_CHILDREN = True
Template Tag needs closing end tag.
- render_default(values, context)
Output html of the component.
- class carbondesign.tags.ui_shell_switcher.UiShellSwitcherMenu(*args, **kwargs)
UI Shell switcher menu list.
- WANT_CHILDREN = True
Template Tag needs closing end tag.
- DEFAULT_TAG = 'ul'
Rendered HTML tag.
- render_default(values, context)
Output html of the component.
- class carbondesign.tags.ui_shell_switcher.UiShellSwitcherMenuSection(*args, **kwargs)
UI Shell switcher submenu.
- WANT_CHILDREN = True
Template Tag needs closing end tag.
- SLOTS = ('icon',)
Named children.
- NODE_PROPS = ('menu_label',)
Extended Template Tag arguments.
- CLASS_AND_PROPS = ('overflow',)
Prepare xxx_class and xxx_props values.
- prepare(values, context)
Prepare values for rendering the templates.
- render_default(values, context)
Output html of the component.
- render_slot_icon(values, context)
Render html of the slot.
- class carbondesign.tags.ui_shell_switcher.UiShellSwitcherMenuItem(*args, **kwargs)
UI Shell switcher menu item.
- WANT_CHILDREN = True
Template Tag needs closing end tag.
- NODE_PROPS = ('active',)
Extended Template Tag arguments.
- prepare(values, context)
Prepare values for rendering the templates.
- render_default(values, context)
Output html of the component.