cluedin-widget
Version:
This is the project for creating and managing widgets in CluedIn.
13 lines • 394 B
HTML
<html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.23/browser.min.js"></script>
<script src="../../../node_modules/react/dist/react.js"></script>
<script src="../../../node_modules/react-dom/dist/react-dom.js"></script>
</head>
<body>
<div id="application">
<script type="text/babel" src="./demo.js"></script>
</div>
</body>
</html>