[AAE-10451] Stories for notification-history component (#7908)

* [AAE-10451] Stories for notification-history component

* minor refactorization and styling of other stories

* added sample component for notification generation
This commit is contained in:
Robert Duda
2022-10-20 08:29:32 +02:00
committed by GitHub
parent d788866cea
commit 2c80214999
30 changed files with 226 additions and 80 deletions

View File

@@ -1,4 +1,5 @@
const rootPreview = require('../../../.storybook/preview');
export const parameters = {
docs: { inlineStories: true },
controls: { expanded: true }
...rootPreview.preview
};