Skip to content

mediamonks/mm-vue-components

Repository files navigation

Master storybook

Storybook for reusable vue components and directives

Adding components

Add the component inside the src/component folder and create a story for it in the /stories folder

Also add a readme file in the component's folder explaining how it works and the list of dependencies if needed.

Adding directives

Add the directive inside the src/directive folder and create a story for it in the /stories folder

Also add a readme file in the directive's folder explaining how it works and the list of dependencies if needed.

Running the storybook

yarn storybook

About

Reusable Vue components presented in Storybook

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published