Park UI Logo
GitHub
Components
Badge

Badge

A small count and labeling component used to highlight an status.

Park UI
import { Badge, type BadgeProps } from '~/components/ui/badge'

export const Demo = (props: BadgeProps) => {
  return <Badge {...props}>Park UI</Badge>
}

Usage

import { Badge } from '~/components/ui/badge'

Installation

npx @park-ui/cli components add badge