driver.js
driver.js copied to clipboard
Any plan to support using jsx inside the description attribute?
The requirements need us to show a complex page/content in the user tours, and the description of text and HTML is very hard for us to implement.
I wonder if there is a plan to support using jsx inside the description attribute.
or is there any workaround?
Agreed, passing in a plain string is pretty limiting, even if it allows HTML. Passing in JSX, in React for example, would be great - also allowing for better customization since we could potentially use our own custom styled components within.
Is there any solution yet?