2016-12-26 16:52:39 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
2019-03-21 10:02:37 +08:00
|
|
|
<title>neoui-react-button</title>
|
2018-05-11 09:29:43 +08:00
|
|
|
<link rel="stylesheet" href="./demo/atom-one-dark.css">
|
2019-03-15 11:40:00 +08:00
|
|
|
<link href="//design.yonyoucloud.com/static/tinper-bee/latest/assets/tinper-bee.css" rel="stylesheet" media="screen" />
|
2020-03-30 11:24:00 +08:00
|
|
|
<link rel="stylesheet" href="./dist/demo.css">
|
2016-12-26 16:52:39 +08:00
|
|
|
</head>
|
|
|
|
<body style="background: #eceff1">
|
2019-03-21 10:02:37 +08:00
|
|
|
<div id="tinperBeeDemo"></div>
|
|
|
|
<script src="//cdn.jsdelivr.net/highlight.js/9.8.0/highlight.min.js"></script>
|
|
|
|
<script>
|
|
|
|
hljs.initHighlightingOnLoad();
|
|
|
|
</script>
|
|
|
|
<script src="//design.yonyoucloud.com/static/console-polyfill/console-polyfill.js"></script>
|
|
|
|
<script src="//design.yonyoucloud.com/static/es5-shim/es5-shim.min.js"></script>
|
|
|
|
<script src="//design.yonyoucloud.com/static/es5-shim/es5-sham.min.js"></script>
|
2020-03-30 11:24:00 +08:00
|
|
|
<script src="//design.yonyoucloud.com/static/react/16.8.4/umd/react.development.js"></script>
|
|
|
|
<script src="//design.yonyoucloud.com/static/react/16.8.4/umd/react-dom.development.js"></script>
|
2019-03-21 10:02:37 +08:00
|
|
|
<script src="//design.yonyoucloud.com/static/prop-types/15.6.0/prop-types.min.js"></script>
|
|
|
|
<script src="./dist/demo.js"></script>
|
2016-12-26 16:52:39 +08:00
|
|
|
</body>
|
|
|
|
</html>
|