Badge

A small label for a status, a count or a tag, in the same variants as the button - and it takes a Lucide icon as a child.

Preview

BadgeSecondaryDestructiveOutline
Verified89920+

Usage

import { Home } from 'lucide-react'
import { Badge } from '@vitnode/core/components/ui/badge'
<Badge>
  <Home /> Default
</Badge>

Props

Prop

Type

On this page