You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create chips from user's text input and get the value after form submission.
Select chips and get the values of the selection.
Select only one chip at a time and get the value (acts as a toggle/radio button).
Ability to keep some/all/none pre-selected chips (that can be later changed according to user input).
Full customisability of the chips - keeping prefix/suffix icons (that can be changed when a particular chip is selected).
Full customisability of the chips design - change the background color, border color, text color, etc of the chips (can be two sets of designs - one for selected chips and one for unselected chips).
Much more!
Contents 📚
Create chips from user's text input and get the value after form submission. Read the API reference for full documentation.
Select pre-defined chips to get the value of selected chips. Read the API reference for full documentation.