Fork me on GitHub
#cljsjs
<
2019-09-09
>
witek14:09:27

Hi. I am using https://github.com/cljsjs/packages/tree/master/material-ui I would like to use the simple Menu with a Button. Here is the example in the documentation: https://material-ui.com/components/menus/ My problem: I have to create a something like this: [:div [:> mui/Button "Menu"] [:> mui/Menu {:open true :anchor-el ???}]] Here I need to pass the menu button to the :anchor property. How to do this? Thank you!