Link
See: https://www.carbondesignsystem.com/components/link/usage/
Links are used as navigational elements. They may appear on their own, within a sentence or paragraph, or directly following the content.
Overview
Links are used as navigational elements and can be used on their own or inline with text. They provide a lightweight option for navigation but like other interactive elements, too many links will clutter a page and make it difficult for users to identify their next steps. This is especially true for inline links, which should be used sparingly.
- class carbondesign.tags.link.Link(*args, **kwargs)
Link component.
- WANT_CHILDREN = True
Template Tag needs closing end tag.
- NODE_PROPS = ('visited', 'disabled', 'inline')
Extended Template Tag arguments.
- DEFAULT_TAG = 'a'
Rendered HTML tag.
- prepare(values, context)
Prepare values for rendering the templates.
- render_default(values, context)
Output html of the component.