@gitlab/ui
Version:
GitLab UI Components
24 lines (21 loc) • 565 B
JavaScript
import examples from './examples';
var badge_documentation = {
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;