♻️ Remove mf/props obj from DS components

This commit is contained in:
Eva Marco 2025-05-23 12:57:02 +02:00
parent b561ad033c
commit 603e41bbfd
28 changed files with 25 additions and 55 deletions

View file

@ -116,8 +116,7 @@
[:maybe [:enum "top" "bottom" "left" "right" "top-right" "bottom-right" "bottom-left" "top-left"]]]])
(mf/defc tooltip*
{::mf/props :obj
::mf/schema schema:tooltip}
{::mf/schema schema:tooltip}
[{:keys [class id children tooltip-content placement offset delay] :rest props}]
(let [placement* (mf/use-state #(d/nilv placement "top"))
placement (deref placement*)