react-sidebar
Version:
A sidebar component for React.
19 lines (18 loc) • 369 B
HTML
<html>
<head>
<title>React Sidebar</title>
<meta name='theme-color' content='#03a9f4'>
<meta name='viewport' content='width=device-width,
user-scalable=no' />
<style>
.custom-sidebar-class {
background-color: #FFF;
}
</style>
</head>
<body>
<div id="example"></div>
<script src="compiled/index.js"></script>
</body>
</html>