BadgeOpen inA 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 BadgeSecondaryDestructiveOutlineVerified89920+ Usage import { Home } from 'lucide-react' import { Badge } from '@vitnode/core/components/ui/badge' <Badge> <Home /> Default </Badge> Props PropTypevariant?default | secondary | outline | destructiveAlertDisplay an important status message with a clear action or next step.ButtonThe button every VitNode action goes through - six variants, a built-in loading spinner, and a render prop that turns it into a router link.