List

See: https://www.carbondesignsystem.com/components/list/usage/

Lists are vertical groupings of related content. List items begin with either a number or a bullet.

Overview

Lists consist of related content grouped together and organized vertically.

Use bulleted lists when you don’t need to convey a specific order for list items.

Use numbered lists when you need to convey a priority, hierarchy, or sequence between list items.

class carbondesign.tags.list_.List(*args, **kwargs)

List component.

WANT_CHILDREN = True

Template Tag needs closing end tag.

NODE_PROPS = ('native',)

Extended Template Tag arguments.

DEFAULT_TAG = 'ul'

Rendered HTML tag.

prepare(values, context)

Prepare values for rendering the templates.

render_default(values, context)

Output html of the component.

class carbondesign.tags.list_.ListItem(*args, **kwargs)

List item component.

WANT_CHILDREN = True

Template Tag needs closing end tag.

render_default(values, context)

Output html of the component.