UNPKG

@gitlab/ui

Version:
25 lines (22 loc) 594 B
import examples from './examples'; var badge_documentation = { followsDesignSystem: true, examples: 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' } } }; export default badge_documentation;