mdtopnav
v0.0.4
Published
Madadata's top navigation component
Downloads
5
Maintainers
Readme
MDTopNav
Example
Properties
- logo: String - url to your logo. In our case, we use url-loader for webpack to load image url.
- items: ArrayOf(String) - items' names displayed in upper right corner.
- urls: ArrayOf(String) - items' urls for redirections after clicking corresponding items.
- isFixed: Bool - whether the top nav is fixed at the top of window.