Button
See: https://www.carbondesignsystem.com/components/button/usage/
Buttons are used to initialize an action. Button labels express what action will occur when the user interacts with it.
Overview
Buttons are clickable elements that are used to trigger actions. They communicate calls to action to the user and allow users to interact with pages in a variety of ways. Button labels express what action will occur when the user interacts with it.
- class carbondesign.tags.button.Button(*args, **kwargs)
Button component.
- WANT_CHILDREN = True
Template Tag needs closing end tag.
- SLOTS = ('icon',)
Named children.
- NODE_PROPS = ('disabled', 'variant', 'field', 'small', 'icon_size')
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.
- render_slot_icon(values, context)
Render html of the slot.