Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 164 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 164 Bytes

NavBar showing two links

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