BadgeProps
Props for Badge
Properties
children
children:
ReactNode
Content that will be displayed inside the badge
className?
optionalclassName:string
Additional CSS classes to apply to the badge container
onClick()?
optionalonClick: () =>void
Event handler called when the badge is clicked
Returns
void