ressurect storybook buttons
This commit is contained in:
parent
458ad64931
commit
681d8ecb0b
14 changed files with 108 additions and 361 deletions
|
@ -12,7 +12,6 @@ const config: StorybookConfig = {
|
|||
// '@storybook/addon-controls' - no longer exists in Storybook 9.0+
|
||||
// ... autres addons
|
||||
],
|
||||
staticDirs: ['../../my-workspace/projects/sae-lib/public'],
|
||||
framework: {
|
||||
name: '@storybook/angular',
|
||||
options: {}
|
||||
|
|
|
@ -10,17 +10,6 @@ const preview: Preview = {
|
|||
date: /Date$/i,
|
||||
},
|
||||
},
|
||||
// viewport: {
|
||||
// viewports: INITIAL_VIEWPORTS,
|
||||
// defaultViewport: 'responsive',
|
||||
// },
|
||||
backgrounds: {
|
||||
default: 'light',
|
||||
values: [
|
||||
{ name: 'light', value: '#f8f9fa' },
|
||||
{ name: 'dark', value: '#333333' },
|
||||
],
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue