Open jiangts opened 6 years ago
ok after reading your source I came up with just doing
:as (.-Menu js/semanticUIReact)
but that's a little nasty.
I tried (r/reactify-component sa/Menu)
but that didn't work...
According to http://reagent-project.github.io/docs/master/InteropWithReact.html adapt-react-class and reactify-component aren't completely symmetrical.
What do you think about exporting a version of all the SUI components suffixed by "original" or suffixed by "Raw"? e.g. sa/MenuOriginal
In an example at https://react.semantic-ui.com/modules/sidebar/#states-visible there's a snippet like this:
How do I translate
as={Segment}
oras={Menu}
?