You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wonder how to use in react, can any one give a simple example to demonstrate?
Following the guide, I copyed the dist folder(from node_modules after npm install ) to the public folder, and added the <link rel="stylesheet" href="dist/heat.js.css"> <script src="dist/heat.js"></script> in the html like below, but it seems not work.
Thanks!
The text was updated successfully, but these errors were encountered:
I wonder how to use in react, can any one give a simple example to demonstrate?
Following the guide, I copyed the dist folder(from node_modules after npm install ) to the public folder, and added the
<link rel="stylesheet" href="dist/heat.js.css"> <script src="dist/heat.js"></script>
in the html like below, but it seems not work.Thanks!
The text was updated successfully, but these errors were encountered: