[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

4
.storybook/preview.js Normal file
View File

@@ -0,0 +1,4 @@
export const parameters = {
docs: { inlineStories: true },
controls: { expanded: true }
};