Improve documentation for md-navbar
http://sgasser.github.io/ember-cli-materialize/#/navbar
Things that are insufficiently covered
- [ ] Right-aligned links in "desktop" mode
- [ ] Left-aligned links in "desktop" mode
- [ ] Active items
- [ ] Navbar dropdowns
- [ ] Fixed-to-top navbar
- [ ] Icon links
- [ ] Search bar
- [ ] Responsive navbar
- [ ] Changing the navbar color and/or text color
- [ ] Icon logo
Would it be possible to make navbar logo link customizable ?
I would like to use the navbar as "single component navigation bar".
@alexjp If you would like to change the logo link, a quick work-around is to manually change the node mod. Not a long term solution by any means, but it is the only option I know of.
node_modules > ember-cli-materialize > addon > templates > components > md-navbar.hbs
What I would recommend is that you just use standard tags from the materialize page here: http://materializecss.com/navbar.html
being able to add an image in the logo link would be lovely.
@ladyleet I'll pair with you to get this done eventually
How can we change the background color of the navbar?
Yes just do
In order to solve this issue md-navbar needs to be changed it's not just a matter of changing the the docs @mike-north @dustinfarris