Chip โ
A small status or label chip. Slot any content inside โ text, count, icon. Toggle Vue / CSS to switch the live demo and source together.
Basic โ
Five color variants with the default soft style.
Vue SFC
Sizes โ
xs, sm, md, lg.
Vue SFC
Variants โ
Soft, solid and outline across two colors.
Vue SFC
Shapes โ
Pill, rounded and square corners.
Vue SFC
Dot โ
Status dot indicator next to the label.
Vue SFC
Icon โ
Slot an icon on the left or right of the label.
Vue SFC
Interactive โ
Clickable, selected, disabled and removable states.
Vue SFC
Link โ
Renders as <a> when href is set.
Vue SFC
Event: click โ
Listen for the mno-click event on a clickable chip.
Vue SFC
Event: toggle โ
Two-way binding to a clickable chip's selected state.
Vue SFC
Event: remove โ
Remove items from a list when their close button fires mno-close.
Vue SFC
Event: group โ
Multi-select chip group; clicks toggle each chip.
Vue SFC
Event log โ
Live log of mno-click and mno-close events.
Vue SFC
Customized โ
Override per-element styling with the cssClass prop (Vue) or extra utility classes (CSS).
Vue SFC