How to use the @storybook/aurelia.configure function in @storybook/aurelia

To help you get started, we’ve selected a few @storybook/aurelia examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github storybookjs / storybook / lib / cli / generators / AURELIA / template-mdx / .storybook / config.ts View on Github external
import { configure } from '@storybook/aurelia';

configure(require.context('../src/stories', true, /\.stories\.(js|ts|mdx)$/), module);
github storybookjs / storybook / examples / aurelia-kitchen-sink / .storybook / config.ts View on Github external
import { configure, addDecorator } from '@storybook/aurelia';
import { withA11y } from '@storybook/addon-a11y';

addDecorator(withA11y);
configure(require.context('../src/stories', true, /\.stories\.(js|ts|mdx)$/), module);
github storybookjs / storybook / lib / cli / generators / AURELIA / template-csf / .storybook / config.ts View on Github external
import { configure } from '@storybook/aurelia';

configure(require.context('../src/stories', true, /\.stories\.(js|ts|mdx)$/), module);
github storybookjs / storybook / lib / cli / generators / AURELIA / template / .storybook / config.ts View on Github external
import { configure } from '@storybook/aurelia';

configure(require.context('../src/stories', true, /\.stories\.(js|ts|mdx)$/), module);

@storybook/aurelia

Storybook for Aurelia: Develop Aurelia Components in isolation with Hot Reloading.

MIT
Latest version published 3 years ago

Package Health Score

67 / 100
Full package analysis