Chip
Chips are compact elements that represent an input, attribute, or action.
Color
To represent symple data with colorful options.
primary
warning
danger
success
dark
RGB
HEX
Icon
Add a nice icon to the chip.
TIP
Vuesax use the Google Material Icons font library. For a list of all available icons, visit the official Material Icons page.
Closable
To make a chip closable.
primary
close
warning
close
danger
close
success
close
dark
close
Add and Remove Items
You can add and remove chips with the vs-chips
component and as a main parameter items
an array.
[
"luis",
"carols",
"summer"
]
luis
close
carols
close
summer
close
close