csc loading spinner
This commit is contained in:
parent
8a426e6d0e
commit
c8d013d57d
11 changed files with 71 additions and 36 deletions
|
@ -2,7 +2,7 @@ import {StorybookConfig} from '@storybook/angular';
|
|||
import * as path from 'path';
|
||||
|
||||
const config: StorybookConfig = {
|
||||
stories: ['../src/**/*.stories.@(js|jsx|ts|tsx|mdx)'],
|
||||
stories: ['../src/**/*.stories.@(js|jsx|ts|tsx|mdx)', './stories/**/*.stories.@(js|jsx|ts|tsx|mdx)'],
|
||||
addons: [
|
||||
'@storybook/addon-links',
|
||||
'@storybook/addon-docs',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue