Skip to content

Instantly share code, notes, and snippets.

@majirosstefan
Last active March 23, 2020 18:54
Show Gist options
  • Save majirosstefan/b8c57df429bce738016cc2304688537f to your computer and use it in GitHub Desktop.
Save majirosstefan/b8c57df429bce738016cc2304688537f to your computer and use it in GitHub Desktop.
The configuration file for Storybook
module.exports = {
stories: ['../stories/**/*.stories.js'],
addons: ['@storybook/addon-actions', '@storybook/addon-links'],
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment