0.0.4 • Published 8 years ago

mdtopnav v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

MDTopNav

Build Status Dependency Status GitHub version GitHub issues GitHub license

Example

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.