mirror of
https://github.com/penpot/penpot.git
synced 2025-07-22 04:27:14 +02:00
✨ Small improvements over plugin manager
This commit is contained in:
parent
6f8ce1fc5a
commit
2cc3f65323
6 changed files with 43 additions and 6 deletions
|
@ -174,10 +174,11 @@
|
|||
|
||||
(mf/defc tr-html*
|
||||
{::mf/props :obj}
|
||||
[{:keys [content class tag-name]}]
|
||||
[{:keys [content class tag-name on-click]}]
|
||||
(let [tag-name (d/nilv tag-name "p")]
|
||||
[:> tag-name {:dangerouslySetInnerHTML #js {:__html content}
|
||||
:className class}]))
|
||||
:className class
|
||||
:on-click on-click}]))
|
||||
|
||||
;; DEPRECATED
|
||||
(defn use-locale
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue