Skip to content
Snippets Groups Projects
Commit f714225f authored by David Witter's avatar David Witter
Browse files

replace polymer app bar with vanilla one for demo

parent 03db057c
No related branches found
No related tags found
No related merge requests found
......@@ -6,12 +6,12 @@
margin: 0;
}
</style>
<script src="https://unpkg.com/@myuw-web-components/myuw-app-bar@0.1.1"></script>
<link rel="import" href="myuw-profile.html">
<link rel="import" href="https://unpkg.com/@myuw-web-components/myuw-app-bar@1.0.1/myuw-app-bar.html">
</head>
<body>
<myuw-app-bar>
<myuw-app-bar theme-name="MyUW" app-name="Profile" background="#c5050c" color="#fff">
<myuw-profile
slot="myuw-profile"
login-url="https://wisc.edu/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment