react-ui-components
Version:
A collection of UI components for React
21 lines (18 loc) • 570 B
HTML
<html>
<head>
<title></title>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width,minimum-scale=1.0,user-scalable=no" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link type="text/css" rel="stylesheet" href="./index.css"/></head>
</head>
<body ontouchstart='' >
<header>
Icon Button Example
</header>
<div id="main">
</div>
<script type="text/javascript" src="./bundle.js"></script>
</body>
</html>