QS Pack

Chips

Default

Active

Disabled



Variable nameDefault valueDescription
--jc-chipsflex-startJustify content for the chips container.
--b-chiprgba(0, 0, 0, 0.6)Background color for the individual chip.
--c-chip#fffText color for the individual chip.
--b-chip-activergba(0, 0, 0, 0.8)Background color for the active chip.
--c-chip-active#fffText color for the active chip.
--fs-chip.8remFont size for the individual chip.


CSS ClassDescription
chipsContainer for chip items. Sets alignment, display, justify-content, flex-wrap, and gap.
chipBase class for an individual chip. Sets background, color, border-radius, cursor, font-size, outline, overflow, padding, text-decoration, user-select, position, text-align, and transition.
chip::beforeBefore pseudo-element for chip class. Defines background color, content, inset, opacity, position, and transition.
chip:hover::beforeHover effect for the chip class. Changes the opacity of the before pseudo-element.
chip.activeActive state for the chip class. Adjusts the background and text color for active chips.