Tag
See: https://www.carbondesignsystem.com/components/tag/usage/
Use tags to label, categorize, or organize items using keywords that describe them.
Overview
Multiple or single tags can be used to categorize items.
Use short labels for easy scanning. Use two words only if necessary to describe the status and differentiate it from other tags.
- class carbondesign.tags.tag.Tag(*args, **kwargs)
Tag component.
- WANT_CHILDREN = True
Template Tag needs closing end tag.
- MODES = ('default', 'filter')
Available variants.
- NODE_PROPS = ('variant',)
Extended Template Tag arguments.
- prepare(values, context)
Prepare values for rendering the templates.
- render_default(values, context)
Output html of the component.
- render_filter(values, context)
Output html of the component.