Handoff for imported SVGS

This commit is contained in:
alonso.torres 2021-03-05 15:03:29 +01:00 committed by Andrey Antukh
parent 6f07b4ea80
commit 4da3270d34
13 changed files with 187 additions and 67 deletions

View file

@ -63,7 +63,7 @@
"Transforms attributes to their react equivalent"
[attrs]
(letfn [(transform-key [key]
(-> (name key)
(-> (d/name key)
(str/replace ":" "-")
(str/camel)
(keyword)))