add components from angular-lib
This commit is contained in:
parent
3c429c42f4
commit
834d1521f0
100 changed files with 33352 additions and 0 deletions
16
implem/.storybook/main.ts
Normal file
16
implem/.storybook/main.ts
Normal file
|
@ -0,0 +1,16 @@
|
|||
import type { StorybookConfig } from '@storybook/angular';
|
||||
|
||||
const config: StorybookConfig = {
|
||||
"stories": [
|
||||
"../src/**/*.mdx",
|
||||
"../src/**/*.stories.@(js|jsx|mjs|ts|tsx)"
|
||||
],
|
||||
"addons": [
|
||||
"@storybook/addon-docs"
|
||||
],
|
||||
"framework": {
|
||||
"name": "@storybook/angular",
|
||||
"options": {}
|
||||
}
|
||||
};
|
||||
export default config;
|
Loading…
Add table
Add a link
Reference in a new issue