Fork me on GitHub
#om
<
2016-04-03
>
podviaznikov18:04:08

I’m trying to integrate trix-editor(https://github.com/basecamp/trix). For that I need to insert custom html tag on the page. How can I do that inside om/om.next component?

<trix-editor input="x"></trix-editor>

anmonteiro18:04:41

@podviaznikov: js/React.dangerouslySetInnerHTML

podviaznikov18:04:11

thank you @anmonteiro. works for me