Toolbar
See: https://the-carbon-components.netlify.app/?nav=toolbar
- class carbondesign.tags.toolbar.Toolbar(*args, **kwargs)
Toolbar component.
- WANT_CHILDREN = True
Template Tag needs closing end tag.
- render_default(values, context)
Output html of the component.
- class carbondesign.tags.toolbar.ToolbarSearch(*args, **kwargs)
Toolbar search component.
- 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.toolbar.ToolbarItem(*args, **kwargs)
Toolbar item component.
- WANT_CHILDREN = True
Template Tag needs closing end tag.
- SLOTS = ('icon',)
Named children.
- NODE_PROPS = ('filter',)
Extended Template Tag arguments.
- 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.toolbar.ToolbarItemMultiSelect(*args, **kwargs)
Toolbar multi select item component.
- render_default(values, context)
Output html of the component.
- class carbondesign.tags.toolbar.ToolbarItemRadioButton(*args, **kwargs)
Toolbar radio item component.
- NODE_PROPS = ('legend',)
Extended Template Tag arguments.
- prepare(values, context)
Prepare values for rendering the templates.
- render_default(values, context)
Output html of the component.
- render_tmpl_items(values, context)
Dynamically render a part of the component’s template.