Badge
Badges provide dynamic information, such as counts or status indications. They can contain labels or numbers.
Usage
Import the component:
import 'mdui/components/badge.js';
Import the TypeScript type:
import type { Badge } from 'mdui/components/badge.js';
Example:
<mdui-badge>12</mdui-badge>Examples
Variants
The variant attribute controls the badge's shape. A large value creates a larger badge. Specify the content to display in the default slot.
API
CSS Custom Properties
| Name |
|---|
--shape-corner |
The corner radius of the component. You can use a specific pixel value, but it is recommended to reference design tokens. |
On this page