import { experimentOn } from '@islavi/ng2-component-lab'; export default experimentOn('Tabs').group('Tabs', [ { id: 'simpleTabs', title: 'Simple tabs with text title', description: "Simple tabs with text title", showSource: true, template: ` This is tab 1 This is tab 2 ` }, { id: 'simpleTabsWithIcons', title: 'Simple tabs with icon title', description: "Simple tabs with icon title", showSource: true, template: ` This is tab 1 This is tab 2 ` } ]);