Park UI Logo
GitHub
Components
Badge

Badge

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

Usage

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

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

Installation

npx @park-ui/cli components add badge