Skip to content

Instantly share code, notes, and snippets.

@ndelangen
Created July 29, 2019 09:57
Show Gist options
  • Save ndelangen/ebc19e49f655e0333976360ffcb23957 to your computer and use it in GitHub Desktop.
Save ndelangen/ebc19e49f655e0333976360ffcb23957 to your computer and use it in GitHub Desktop.
Configuring storybook's entries & addons
export const entries = ['**/*.stories.[t|j]s'];
export const addons = ['docs', 'knobs'];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment