import { Meta, Story, Canvas } from '@storybook/addon-docs/blocks'; import { hbs } from 'ember-cli-htmlbars'; import { select } from '@storybook/addon-knobs'; # Notice {{ template: hbs` Header Body Footer `, context: { type: select('type', { 'success': 'success', 'warning': 'warning', 'info': 'info', 'highlight': 'highlight', }, 'success' ), } }}
Body
Footer