material-ui-banner
Version:
A material-ui component that allows you to add a banner underneath the app bar.
15 lines (14 loc) • 453 B
HTML
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<title>material-ui-banner-test</title>
</head>
<body style="margin: 0">
<div id="root"></div>
<script src="index.js"></script>
</body>
</html>