-
Notifications
You must be signed in to change notification settings - Fork 0
Logo
Xaviju edited this page Dec 14, 2015
·
1 revision
A simple logo its as simple as adding it to the file
Require the file
<link rel="import" href="logo/logo.html">
And add the polymux-logo
tag
<polymux-logo project-name="polymux" image-url="image.svg"></polymux-logo>
A polymux-logo has two attributes:
- project-name: Your project name default: "Project name"
- image-url: A logo image url optional
A polymux-logo
fits well into a [navigation bar](navigation bar)
<polymux-navigation-bar distribution="space-between">
<polymux-logo project-name="polymux"></polymux-logo>
<nav>
<polymux-tab tab-name="Discover"></polymux-tab>
<polymux-tab tab-name="Projects" link="index.html"></polymux-tab>
<polymux-tab tab-name="Profile" link="index.html"></polymux-tab>
</nav>
</polymux-navigation-bar>