mirror of
https://github.com/penpot/penpot.git
synced 2025-07-30 21:48:44 +02:00
✨ Add loader component to the ds
This commit is contained in:
parent
3900b37f5c
commit
271be57c99
4 changed files with 83 additions and 0 deletions
|
@ -11,12 +11,14 @@
|
|||
[app.main.ui.ds.foundations.typography :refer [typography-list]]
|
||||
[app.main.ui.ds.foundations.typography.heading :refer [heading*]]
|
||||
[app.main.ui.ds.foundations.typography.text :refer [text*]]
|
||||
[app.main.ui.ds.product.loader :refer [loader*]]
|
||||
[app.main.ui.ds.storybook :as sb]))
|
||||
|
||||
(def default
|
||||
"A export used for storybook"
|
||||
#js {:Heading heading*
|
||||
:Icon icon*
|
||||
:Loader loader*
|
||||
:RawSvg raw-svg*
|
||||
:Text text*
|
||||
;; meta / misc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue