Ctrl + K
Get StartedStylesCoreCompsCDK
Actions
Action Sheet
Button
Button Group
Context Menu
Dropdown Button
Menu
Side Menu
Form & Editors
Checkbox
Color Box
Color Palette
Cron Job
Date & Time Box
Date & Time Picker
Form
Image Editor
Json Viewer
Number Box
One time password
Paint
Password Box
Phone Box
Query Builder
Range Slider
Rate Picker
Rest Api Generator
Search Box
Select Box
Selection List
Step Wizard
Switch
Tag Box
Text Box
Textarea
Tree View
Uploader
WYSIWYG
Navigation & Layout
Avatar
Badge
Bottom Navigation
Breadcrumb
Calendar
Chips
Circular Progress
Collapse
Comment
Conversation
Data Pager
Data Table
Drawer
File Explorer
Grid Layout Builder
Image
KBD
List
Loading
Map
Media Viewer
Navbar
Picker
Popover
Popup
Progress Bar
Qrcode
Rail Navigation
Result
Skeleton
Sliding Item
Tabs
Tag
Time Line
Toolbar
Tooltip
Dialog & Notifications
Alert
Dialog
Loading Dialog
Notification
Toast

Chips

import { AXChipsModule } from '@acorex/components/chips'; Chips component is a versatile UI element that offers an elegant and flexible way to display and manage small pieces of information or content. It supports prefixes and suffixes, text content, size adjustments, and customizable colors, making it an ideal tool for creating visually appealing and functional chip-based interfaces in Angular applications.

Overview

In this section, you can test different options of this component and see the output in real time
Chips name
Primary
Solid
MD

Usage

A simple example of using ax-chips
Preview
Code

Colors

You can changes chips colors to (primary, danger, warning, success, secondary, ghost).
Preview
Code

Look

You can changes chips looks.
Preview
Code

Design Tokens

Design tokens are variables that define the visual style of ACoreX components. You can use them to change colors, typography, spacing, and other visual aspects. Default component colors use system surface colors.
--ax-comp-chips-font-size0.875rem (md)Font size of chip text (size classes: 0.625rem (sm), 0.875rem (lg)).
--ax-comp-chips-font-weight500Font weight of the chip text.
--ax-comp-chips-line-height1.25remLine height of the chip content.
--ax-comp-chips-border-width0Border width of the chip (used in outline and solid variations).
--ax-comp-chips-border-radius9999pxBorder radius of the chip (creates a rounded appearance).
--ax-comp-chips-border-colortransparentBorder color of the chip.
--ax-comp-chips-padding-x0.75rem (md)Horizontal padding of chip content (size classes: 0.75rem (sm), 1.25rem (lg)).
--ax-comp-chips-padding-y0.125rem (md)Vertical padding of chip content (size classes: 0.125rem (sm), 0.5rem (lg)).
--ax-comp-chips-gap0.5rem (md)Horizontal spacing between chips (size classes: 0.375rem (sm), 0.75rem (lg)).
--ax-comp-chips-decorator-font-size0.938rem (md)Font size of the chip decorator (size classes: 0.75rem (sm), 1.125rem (lg)).
--ax-comp-chips-decorator-line-height1.75remLine height of the chip decorator (icon or avatar).
--ax-comp-chips-text-colorvar(--ax-sys-color-on-#{$name}-surface) (solid)Text color of the chip.
--ax-comp-chips-bg-colorvar(--ax-sys-color-#{$name}-surface) (solid)Background color of the chip.
--ax-comp-chips-hover-text-colorvar(--ax-comp-chips-text-color)Text color of the chip on hover.
--ax-comp-chips-hover-bg-colorvar(--ax-comp-chips-bg-color)Background color of the chip on hover
--ax-comp-chips-hover-border-colorvar(--ax-comp-chips-border-color)Border color of the chip on hover.
--ax-comp-chips-focuse-outline-width2pxWidth of the outline when the chip is focused.
--ax-comp-chips-focuse-outline-offset2pxDistance between the chip and its focus outline.
--ax-comp-chips-focuse-outline-colorrgb(0 0 0 / 0.5)Color of the focus outline (black with 50% opacity).

Props

tabIndexnumber0Specifies the tab index of the chips.
colorstringprimary|ghostSpecifies the color of the chips.
lookAXStyleLookTypesolidDetermines the appearance of the chips.
showPrefix---
showSuffix---

Methods

colorChange

AXStyleColorType

Specifies the function to be called when the color of the chips changes.
lookChange

AXStyleLookType

Specifies the function to be called when the appearance of the chips changes.
onOptionChanged

AXOptionChangedEvent

Specifies the function to be called when an option related to the chips changes.

Copyright ©2017-2025 ACoreX Labs Inc.

On this page