UNPKG

smartly-vue-test

Version:

POC - vue framefork for design system/ component library

9 lines (7 loc) 251 B
import { storiesOf } from '@storybook/vue'; import MsButton from './MsButton.vue'; storiesOf('Component - MsButton', module) .add('default', () => ({ components: { MsButton }, template: '<ms-button color="red">Hi there</ms-button>', }));