mirror of
https://github.com/penpot/penpot.git
synced 2025-05-19 09:06:12 +02:00
🎉 Group components and graphics in assets sidebar
This commit is contained in:
parent
eff333cbaf
commit
3613e6f3d3
14 changed files with 525 additions and 107 deletions
|
@ -23,6 +23,7 @@
|
|||
(let [input-type (get props :type "text")
|
||||
input-name (get props :name)
|
||||
more-classes (get props :class)
|
||||
auto-focus? (get props :auto-focus? false)
|
||||
|
||||
form (or form (mf/use-ctx form-ctx))
|
||||
|
||||
|
@ -84,6 +85,7 @@
|
|||
(dissoc :help-icon :form :trim)
|
||||
(assoc :id (name input-name)
|
||||
:value value
|
||||
:auto-focus auto-focus?
|
||||
:on-focus on-focus
|
||||
:on-blur on-blur
|
||||
:placeholder label
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue