From 3b1ca2b3c7aebded0940323e3f0334cb883bd519 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20Bie=C5=84?= Date: Thu, 9 Apr 2020 21:26:03 +0200 Subject: [PATCH] docs(window): simplify stories --- src/components/Window/Window.stories.js | 83 +++++++++++++------------ 1 file changed, 42 insertions(+), 41 deletions(-) diff --git a/src/components/Window/Window.stories.js b/src/components/Window/Window.stories.js index 025e0582..2862f94d 100644 --- a/src/components/Window/Window.stories.js +++ b/src/components/Window/Window.stories.js @@ -19,41 +19,48 @@ storiesOf('Window', module) )) .add('default', () => ( - - - react95.exe - - - - - - - - -
    -
  • something here
  • -
  • something here
  • -
  • something here
  • -
  • something here
  • -
-
-
+ <> + + + react95.exe + + + + + + + + +
    +
  • something here
  • +
  • something here
  • +
  • something here
  • +
  • something here
  • +
+
+
+ + + react95.exe + I am not active + + )) .add('resizable', () => ( @@ -62,10 +69,4 @@ storiesOf('Window', module) Resizable Window displays resize handle in bottom right corner - )) - .add('not Active', () => ( - - react95.exe - I am not active - ));