Files
AstralRinth/docs/components/nav-row.md
2023-03-28 10:34:48 -07:00

967 B

NavRow

Note: the links and animation do not work in the documentation as Vue Router is not used for routing

  <NavRow :links="[
        {
          label: 'Avatar',
          href: '/components/avatar.html',
        },
        {
          label: 'Badge',
          href: '/components/nav-row.html',
        },
        {
          label: 'Pagination',
          href: '/components/Pagination.html',
        },
        {
          label: 'NavRow',
          href: '/components/nav-row.html',
        }
      ]" 
/>