Added storybook with example in thw preview.tsx
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
const config = {
|
||||
stories: ['../src/**/*.stories.@(js|jsx|ts|tsx)'],
|
||||
addons: ['@storybook/addon-links', '@storybook/addon-docs'],
|
||||
framework: {
|
||||
name: '@stencil/storybook-plugin',
|
||||
},
|
||||
};
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user