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

Badge

import { AXBadgeModule } from '@acorex/components/badge'; Badges are primarily used to highlight supplementary information and draw attention to specific elements, often indicating status, count, or notifications. They help to emphasize important details in a user interface, making them easily noticeable and providing additional context.

Overview

In this section, you can test different options of this component and see the output in real time
+999
Primary

Usage

A simple example of using ax-badge
Preview
Code

Using the badge in the button

You can use the ax-badge tag to display the badge on the button and use CSS classes to determine its location.
Preview
Code

Colors

You can change badge colors.
Preview
Code

Look

You can change badge looks.
Preview
Code

Text

You can set text to badge.
Preview
Code

Mini badge

if you no set text to badge, this is mini badge.
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-badge-bg-colorvar(--ax-sys-color-#{$name}-dark-surface)Badge background color. Uses a theme color.
--ax-comp-badge-border-colorvar(--ax-sys-color-#{$name}-dark-surface)Badge border color. Uses a theme color.
--ax-comp-badge-border-radius9999pxBadge border radius (creates a pill shape).
--ax-comp-badge-text-colorvar(--ax-sys-color-on-#{$name}-dark-surface)Badge text color. Uses a theme color.

Props

colorstringprimarySets the color theme of the badge.
lookAXStyleLookTypesolidDetermines the appearance of the badge.
textstring+999Sets the text content of the badge.
miniBadgebooleanfalseSpecifies whether the badge is displayed as a mini badge.

Copyright ©2017-2025 ACoreX Labs Inc.

On this page