getBadgeClasses(props?: BadgeProps): string
Get Tailwind classes for a badge
Use this when you're building HTML in templates (Vento, etc.) or constructing class strings.
optional
props: BadgeProps
- Badge configuration
getBadgeClasses(props?: BadgeProps): string
Get Tailwind classes for a badge
Use this when you're building HTML in templates (Vento, etc.) or constructing class strings.
props: BadgeProps
import { getBadgeClasses } from ".";