UNPKG

@gitlab/ui

Version:
20 lines (17 loc) 535 B
import SprintfBasicExample from './sprintf.basic.example'; import SprintfInterpolatedExample from './sprintf.interpolated.example'; var index = [{ name: 'Basic', items: [{ id: 'sprintf-interpolated-content', name: 'Interpolated content', description: 'Interpolated content passed to scoped slots', component: SprintfInterpolatedExample }, { id: 'sprintf-basic', name: 'Basic placeholders', description: 'Basic sprintf placeholders', component: SprintfBasicExample }] }]; export default index;