Skip to content

marcodpt/navbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

navbar

A navbar DOM element

Live demo

Tests

Params

  • boolean whiteText: whenever the text should be white or black, configure it with your background choice
  • string fixed: position where the navbar should be fixed
  • string|boolean expand: if it is open, use screen sizes: xs, sm, md, lg
  • string type: primary, secondary, light, dark, etc
  • string home: url of home
  • string image: url of image
  • string title: Title of the navbar
  • array of objects items with navbar links, properties:
    • string icon
    • string title
    • string url
    • array items: recursive
  • callback update(string url): The current url of the page for setup the active route