From fa3c5aa9a1fb835ee39278e7ae28dcf91a28688b Mon Sep 17 00:00:00 2001 From: Pavel Klibani Date: Sat, 16 Sep 2023 21:27:07 +0200 Subject: [PATCH] Docs(web): Add Tabs demo #DS-909 - Tabs demo in web is now same as demo-react in web and web-twig --- .../web/src/scss/components/Tabs/index.html | 92 ++++++++++--------- 1 file changed, 51 insertions(+), 41 deletions(-) diff --git a/packages/web/src/scss/components/Tabs/index.html b/packages/web/src/scss/components/Tabs/index.html index b5326fda90..fa8bbbea03 100644 --- a/packages/web/src/scss/components/Tabs/index.html +++ b/packages/web/src/scss/components/Tabs/index.html @@ -1,48 +1,58 @@ {{#> layout/plain }} - +
+ +

Default

+ +
-
- Pane 1 content -
+ + +
+ Pane 1 content +
+ +
+ Pane 2 content +
-
- Pane 2 content
+
+ {{/layout/plain }}