Skip to content

Latest commit

 

History

History

NavBar

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

NavBar showing two links

<NavBar
  links={
    [
      { url: '/', title: 'Home' },
      { url: '/about', title: 'About' },
    ]
  }
/>