This is the latest docs update, but there are missing components and blocks. If you wish to see the complete version, you can check it out at old docs.

Components

Displays a badge or a component that looks like a badge.

Badge

Installation

NPM packages are currently unstable and may cause issues. Use it at your own risk.
npm install @mijn-ui/react-badge

Usage

import { Badge } from "@mijn-ui/react-badge"
<Badge variant="outlined">Badge</Badge>

Examples

Variants

Default
Primary
Success
Warning
Danger
Default
Primary
Success
Warning
Danger

Radius

Badge
Badge

Badge Style Slots

Slot NameTargeted ComponentPurpose
baseBadgeStyles the badge component.

On this page