mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
✨ Add tab component to the DS
This commit is contained in:
parent
4b2742efca
commit
b8693c3f85
4 changed files with 416 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue