Chips
The Chips component displays options or selected items in a compact, visually appealing list. It supports custom styling and interactive features.
Last updated
The Chips component displays options or selected items in a compact, visually appealing list. It supports custom styling and interactive features.
Last updated
Chips are ideal for categorizing, filtering, or inputting data. They can dynamically display options, allowing users to add new chips and interact with the component.
You can modify the shapes of chips to fit your application's theme.
Enable the Allow Adding Options checkbox to let users add new chips dynamically.
The Chips component supports specifying actions that can be triggered by user interactions. You can define actions for the following events:
Top Actions: Actions that appear at the top of the component.
Bottom Actions: Actions that appear at the bottom of the component.
Value Changes: Actions that trigger when the value of the chips changes.
For more detailed information on implementing actions, please refer to our Action Documentation.