mirror of
https://github.com/penpot/penpot.git
synced 2025-07-29 17:07:29 +02:00
✨ Implement icon* component
This commit is contained in:
parent
c6a7ad0520
commit
6295fbf7e2
8 changed files with 459 additions and 7 deletions
|
@ -7,9 +7,13 @@
|
|||
(ns app.main.ui.ds
|
||||
(:require
|
||||
[app.main.ui.ds.buttons.simple-button :refer [simple-button]]
|
||||
[app.main.ui.ds.foundations.icon :refer [icon* icon-list]]
|
||||
[app.main.ui.ds.storybook :as sb]))
|
||||
|
||||
(def default
|
||||
"A export used for storybook"
|
||||
#js {:SimpleButton simple-button
|
||||
:StoryWrapper sb/story-wrapper})
|
||||
#js {:Icon icon*
|
||||
:SimpleButton simple-button
|
||||
;; meta / misc
|
||||
:meta #js {:icons icon-list}
|
||||
:storybook #js {:StoryWrapper sb/story-wrapper* :IconGrid sb/icon-grid*}})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue