UNPKG

d2-ui

Version:
39 lines (35 loc) 1.13 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>D2-UI | FormulaEditor component</title> <link href='https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900' rel='stylesheet' type='text/css'> <style> html { font-family: 'Roboto', sans-serif; font-size: 14px; font-weight: 300; padding: 0; margin: 0; background: #f5f5f5; } body { margin: 0; padding: 8px; } a { text-decoration: none; color: #1E88E5; } </style> </head> <body> <h1><a href="index.html">D2-UI Examples</a>: FormulaEditor component</h1> <hr/> <div id="formulaEditor"></div> <!--<script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.14.8/react.js"></script>--> <!--<script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.14.8/react-dom.js"></script>--> <!--<script src="https://cdnjs.cloudflare.com/ajax/libs/immutable/3.8.1/immutable.js"></script>--> <script src="formulaeditor.js"></script> </body> </html>