Add tab component to the DS

This commit is contained in:
Eva Marco 2024-07-30 08:18:12 +02:00 committed by Belén Albeza
parent 4b2742efca
commit b8693c3f85
4 changed files with 416 additions and 1 deletions

View file

@ -16,7 +16,8 @@
[app.main.ui.ds.foundations.typography.text :refer [text*]]
[app.main.ui.ds.notifications.toast :refer [toast*]]
[app.main.ui.ds.product.loader :refer [loader*]]
[app.main.ui.ds.storybook :as sb]))
[app.main.ui.ds.storybook :as sb]
[app.main.ui.ds.tab-switcher :refer [tab-switcher*]]))
(def default
"A export used for storybook"
@ -28,6 +29,7 @@
:Loader loader*
:RawSvg raw-svg*
:Text text*
:TabSwitcher tab-switcher*
:Toast toast*
;; meta / misc
:meta #js {:icons (clj->js (sort icon-list))