-
-
Notifications
You must be signed in to change notification settings - Fork 528
Closed
Description
Hi there,
I'm new to react (and require)
I'm trying to use this from a webpage, not npm.
So I did this:
<link rel="stylesheet" type="text/css" media="screen" href="resources/styles/react-tooltip.min.css" />
<script src=resources/scripts/react.min.js"></script>
<script src="resources/scripts/react-dom.min.js"></script>
<script src="resources/scripts/react-tooltip.js"></script>
Then I did this:
ReactDOM.render(React.createElement('span', {'data-tip':'rawr'}, 'hover me'), myEl);
However it does not work, on hover of this element nothing happens. Can you please advise.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels