-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hello, when I see your Project Structure,
I want to ask you if you think about have your stories in same directory where is also widget.
For example I have this project: https://github.com/mjablecnik/design_package_example
where I have SimpleButton component in one directory with simple_button_styles, simple_button_stories and golden tests:
https://github.com/mjablecnik/design_package_example/tree/master/lib/design/buttons/simple_button
Reason is don't have more separate directory trees for stories, golden tests or styles but everything what depends with my widget component is in the same directory with the component and avoid splitting mutually related components into multiple directories.
What do you think about it? I solved this with storybook_toolkit which support generate golden tests in directory where I need.
Is something possible also with your Widgetbook 4?

