up sae-lib style
This commit is contained in:
parent
bdd10502a3
commit
ab962e27d3
6 changed files with 352 additions and 1 deletions
14
my-workspace/projects/sae-lib/.storybook/main.ts
Normal file
14
my-workspace/projects/sae-lib/.storybook/main.ts
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
import type { StorybookConfig } from '@storybook/angular';
|
||||
|
||||
const config: StorybookConfig = {
|
||||
stories: ['../src/**/*.stories.@(ts|tsx)'],
|
||||
addons: [],
|
||||
framework: {
|
||||
name: '@storybook/angular',
|
||||
options: {}
|
||||
}
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue