UNPKG

@gitlab/ui

Version:
24 lines (22 loc) 550 B
import examples from './examples'; export default { followsDesignSystem: true, examples, bootstrapComponent: 'b-badge', bootstrapPropsInfo: { href: { additionalInfo: 'Denotes the target URL of the link for standard a links. Providing this makes the badge actionable (clickable).', }, }, propsInfo: { variant: { additionalInfo: 'The variant of the badge.', enum: 'badgeVariantOptions', }, size: { additionalInfo: 'The size of the badge.', enum: 'badgeSizeOptions', }, }, };