UNPKG

@gitlab/ui

Version:
20 lines (17 loc) 457 B
import CardBasicExample from './card.basic.example'; import CardHeaderFooter from './card.headerfooter.example'; var index = [{ name: 'Basic', items: [{ id: 'card-basic', name: 'Basic', description: 'Basic Card', component: CardBasicExample }, { id: 'card-with-header-footer', name: 'Card with Header and Footer', description: 'Card with Header and Footer', component: CardHeaderFooter }] }]; export default index;