Content Switcher

See: https://www.carbondesignsystem.com/components/content-switcher/usage/

Content switchers allow users to toggle between two or more content sections within the same space on screen.

Overview

Content switchers allow users to toggle between alternate views of similar or related content. Only one content section is shown at a time.

class carbondesign.tags.content_switcher.ContentSwitcher(*args, **kwargs)

Content Switcher component.

WANT_CHILDREN = True

Template Tag needs closing end tag.

prepare(values, context)

Prepare values for rendering the templates.

render_default(values, context)

Output html of the component.

class carbondesign.tags.content_switcher.ContentSwitcherItem(*args, **kwargs)

Content Switcher item.

WANT_CHILDREN = True

Template Tag needs closing end tag.

NODE_PROPS = ('target', 'active', 'disabled')

Extended Template Tag arguments.

DEFAULT_TAG = 'button'

Rendered HTML tag.

prepare(values, context)

Prepare values for rendering the templates.

render_default(values, context)

Output html of the component.