UNPKG

@gitlab/ui

Version:
30 lines (28 loc) 756 B
import HourlyExample from './heatmap.hourly.example.vue'; import TotalsExample from './heatmap.totals.example.vue'; import CustomOptionsExample from './heatmap.custom_options.example.vue'; export default [ { name: 'Calendar', items: [ { id: 'heatmap-hourly', name: 'Hourly breakdown', description: 'HourlyExample', component: HourlyExample, }, { id: 'heatmap-totals', name: 'Histograms over time', description: 'TotalsExample', component: TotalsExample, }, { id: 'heatmap-custom-options', name: 'Heatmap with no background', description: 'CustomOptionsExample', component: CustomOptionsExample, }, ], }, ];