Chip set
CoreUI PRO hexagon
Our Admin Panel isn’t just a mix of third-party components. It’s the only Bootstrap dashboard built on a professional, enterprise-grade UI Components Library . This component is part of this library, and we present only the basic usage of it here. To explore extended examples, detailed API documentation, and customization options, refer to our docs.
Chip set Basic

Group chips into an accessible, keyboard-navigable container with .chip-set and data-coreui-chip-set . The set manages roving focus, arrow-key navigation, and moving focus to a neighboring chip after one is removed, so you don't need to initialize each chip separately.

Apple Banana Cherry Date
Chip set Selectable

Set data-coreui-selectable="true" to make every chip in the set selectable. With the default selectionMode of multiple , any number of chips can be active at once — useful for filters.

Design Development Marketing Sales

Use data-coreui-selection-mode="single" to allow only one selected chip at a time — selecting a chip deselects its siblings. This is useful for choice chips.

Small Medium Large
Chip set Filter chips

Add data-coreui-filter="true" to turn the chips into filter chips. A check icon is shown on each selected chip and removed when it is deselected. filter implies selectable , so you don't need to set both.

Design Development Marketing Sales
Chip set Removable chips

Set data-coreui-removable="true" to add a remove button to every chip. When a chip is removed, focus moves to a neighboring chip.

Filter one Filter two Filter three