UNPKG

@gits-id/badge

Version:

GITS Badge Component

14 lines (13 loc) 264 B
export type VBadgeProps = { color: string; rounded: boolean; small: boolean; large: boolean; bgColor: string; textColor: string; circle: boolean; label: string | number; class: string; dismissable: boolean; outlined: boolean; };