rum

Stef Coetzee 2023-08-20T20:01:27.608879Z

Hi! How might one access the props and children passed to a Rum component? I recently came across how this is done in Reagent [1], but do not yet know how to do this with Rum. [1] https://clojurians.slack.com/archives/C053AK3F9/p1692451001845109?thread_ts=1692446980.317399&cid=C053AK3F9

cmdrdats 2023-09-27T13:59:33.964219Z

I have a similar case to the above, but trying to get into the 'slot prop's exposed by the component: https://headlessui.com/react/menu (specifically, the 'close' function)

cmdrdats 2023-09-27T13:59:46.523659Z

can't seem to figure out how to get at that

Niki 2023-08-22T10:15:31.881499Z

https://github.com/tonsky/rum#native-react-component

🙏 1