/.storybook/jquery-global.js
file and add the following:./storybook/preview.js
:/.storybook/webpack.config.js
:.eslintrc.yml
:components/02-molecules/status/status.js
and add the following:components/02-molecules/status/status.stories.js
and include the DrupalBehaviors effect:yarn develop
you should see a blinking error message in the status molecule.MY_THEME.libraries.yml
:components/02-molecules/status/status.stories.twig
and add:once()
add it to your project:/.storybook/config.js
file:yarn add LIBRARY
and then importing where needed.yarn add storybook-external-links
and add to the /.storybook/config.js
or an individual story file: