Grid
See: https://the-carbon-components.netlify.app/?nav=grid
- class carbondesign.tags.grid.Grid(*args, **kwargs)
Grid wrapper component.
- WANT_CHILDREN = True
Template Tag needs closing end tag.
- MODES = ('default', 'bleed')
Available variants.
- NODE_PROPS = ('full_width', 'gap')
Extended Template Tag arguments.
- GAP_SIZES = ('narrow', 'condensed')
Grid gap sizes.
- prepare(values, context)
Prepare values for rendering the templates.
- render_default(values, context)
Output html of the component.
- render_bleed(values, context)
Output html of the component.
- class carbondesign.tags.grid.Row(*args, **kwargs)
Grid Row component.
- WANT_CHILDREN = True
Template Tag needs closing end tag.
- render_default(values, context)
Output html of the component.
- class carbondesign.tags.grid.Column(*args, **kwargs)
Grid columns.
- WANT_CHILDREN = True
Template Tag needs closing end tag.
- MODES = ('default', 'inner')
Available variants.
- COL_SIZES = ('sm', 'md', 'lg', 'xlg', 'max')
Column sizes.
- NODE_PROPS = ('sm', 'md', 'lg', 'xlg', 'max', 'offset_sm', 'offset_md', 'offset_lg', 'offset_xlg', 'offset_max')
Extended Template Tag arguments.
- prepare(values, context)
Prepare values for rendering the templates.
- render_default(values, context)
Output html of the component.
- render_inner(values, context)
Output html of the component.
- class carbondesign.tags.grid.AspectRatio(*args, **kwargs)
Grid aspect ratio.
- WANT_CHILDREN = True
Template Tag needs closing end tag.
- NODE_PROPS = ('ratio',)
Extended Template Tag arguments.
- prepare(values, context)
Prepare values for rendering the templates.
- render_default(values, context)
Output html of the component.