Skip to content

Madadata/MDTopNav

Repository files navigation

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.