UNPKG

@gitlab/ui

Version:
32 lines (29 loc) 697 B
import TokenExample from './token.basic.example'; import TokenViewOnlyExample from './token.view_only.example'; import TokenWithAvatarExample from './token.with_avatar.example'; var index = [{ name: 'Basic', items: [{ id: 'token-basic', name: 'Basic', description: 'Basic Token', component: TokenExample }] }, { name: 'View Only', items: [{ id: 'token-view-only', name: 'View Only', description: 'View Only Token', component: TokenViewOnlyExample }] }, { name: 'With Avatar', items: [{ id: 'token-with-avatar', name: 'With Avatar', description: 'Token With Avatar', component: TokenWithAvatarExample }] }]; export default index;