UNPKG

uxcore-menu

Version:

uxcore-menu component for uxcore.

18 lines (17 loc) 721 B
<!DOCTYPE html> <html> <head> <title>uxcore-menu</title> <!-- <link rel="stylesheet" href="./node_modules/uxcore-kuma/dist/blue.css"> --> <link rel="stylesheet" type="text/css" href="//alinw.alicdn.com/??platform/common/s/1.1/global/global.css"> <link rel="stylesheet" href="./dist/demo.css"> </head> <body> <div id="UXCoreDemo"></div> <script src="./node_modules/console-polyfill/index.js"></script> <script src="./node_modules/babel-polyfill/dist/polyfill.min.js"></script> <script src="./node_modules/react/umd/react.development.js"></script> <script src="./node_modules/react-dom/umd/react-dom.development.js"></script> <script src="./dist/demo.js"></script> </body> </html>