gvaldambrini / storybook-router

A storybook decorator that allows you to use routing-aware components in your stories
MIT License
257 stars 33 forks source link
react react-router storybook vue vue-router

storybook-router

A Storybook decorator that allows you to use your routing-aware components. You can simply use the library link component within your story or you can write a real prototype of your application using StoryRouter in conjunction with the story links addon.

The decorator currently supports react-router v4 / v5 and vue-router v2 / v3.

For more information, please refer to the specific documentation for using with react-router or using with vue-router.