UNPKG

@gitlab/ui

Version:
32 lines (29 loc) 962 B
import AvatarLabeledExample from './avatar.labeled.example'; import AvatarLabeledBadgesExample from './avatar.labeled_badges.example'; import AvatarLabeledSlotsExample from './avatar.labeled_links.example'; import AvatarLabeledTooltipExample from './avatar.labeled_tooltip.example'; var index = [{ name: 'Basic', items: [{ id: 'avatar-labeled', name: 'Avatar Labeled', description: 'Avatar with text labels', component: AvatarLabeledExample }, { id: 'avatar-labeled-tooltip', name: 'With tooltip', description: 'Avatar labeled with tooltip', component: AvatarLabeledTooltipExample }, { id: 'avatar-labeled-badges', name: 'With badges', description: 'Avatar labeled with badges', component: AvatarLabeledBadgesExample }, { id: 'avatar-labeled-links', name: 'With label links', description: 'Avatar labeled with links', component: AvatarLabeledSlotsExample }] }]; export default index;