fz-react-cli
Version:
A CLI tool for build modern web application and libraries
70 lines (64 loc) • 1.18 kB
HTML
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<style type="text/css">
.comps
{
padding: 10px;
max-width: 100%;
margin-bottom: 10px;
border-bottom: 1px solid #f5f5f5;
}
.componentNameRed
{
color: red;
}
.propertyName
{
color:green;
margin-left: 10px;
}
.valueName
{
color:orange;
margin-right: 10px;
}
.example
{
padding: 20px 20px 20px 0px;
width: 100%;
box-sizing: border-box;
margin: 15px 0px;
}
.htmlTag
{
color: #999;
color: #676565;
line-height: 25px;
margin-bottom: 10px;
font-size: 13px;
}
.textArea
{
min-width: 50%;
outline: none;
min-height: 100px;
margin: 15px 0px;
max-width: 90%;
}
</style>
</head>
<body>
<div id="react">
</div>
<script src="/docs/js/vendor.js" ></script>
<script src="/docs/js/main.js" ></script>
<script>
var React = Component.React;
var ReactDOM = Component.ReactDOM;
var Text__default = Component.Text__default;
ReactDOM.render(React.createElement(Text__default), react);
</script>
</body>
</html>