Open
Description
The current storybooks have a few problems:
- You have to manually require each story in a config file. I see two issues in this sentence: manually require and config file.
- The storybook is an extra project. I'd prefer to be able to write
.story.js
files, just like.test.js
files without an extra project for that.
If someone wants to volunteer for this, there are a few requirements:
- I don't want the storybook as an explicit dependency, nor rely on the start-storybook command to exist in the library/node_modules/.bin as a transient dependency
- Ideally having a built in JSX & Proptypes preview would be ideal. There are a few addons for this available