Search
See: https://www.carbondesignsystem.com/components/search/usage/
Search enables users to specify a word or a phrase to find relevant pieces of content without the use of navigation.
Overview
Search offers users a way to explore a website or application using keywords. Search can be used as the primary means of discovering content, or as a filter to aid the user in finding content.
- class carbondesign.tags.search.Search(*args, **kwargs)
Search component.
- NODE_PROPS = ('id', 'size', 'light')
Extended Template Tag arguments.
- CLASS_AND_PROPS = ('label',)
Prepare xxx_class and xxx_props values.
- POSSIBLE_SIZE = ('sm', 'lg', 'xl')
Documentation only.
- prepare(values, context)
Prepare values for rendering the templates.
- render_default(values, context)
Output html of the component.