• Stars
    star
    257
  • Rank 158,001 (Top 4 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 7 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A storybook decorator that allows you to use routing-aware components in your stories

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.