Skip to main content

BadgeProps

Props for Badge

Properties

children

children: ReactNode

Content that will be displayed inside the badge


className?

optional className: string

Additional CSS classes to apply to the badge container


onClick()?

optional onClick: () => void

Event handler called when the badge is clicked

Returns

void