UNPKG

react-sidebar

Version:
19 lines (18 loc) 369 B
<!doctype 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>