@honed/nav
v0.0.1
Published
Create backend driven navigation routes with server-side authorization in Laravel
Downloads
76
Readme
Create backend driven navigation routes with server-side authorization in Laravel
Installation
You can install the package via npm:
npm i @honed/nav
Usage
import { useNav } from '@honed/nav';
const nav = useNav();
// ...
<a v-for="item in nav" :href="item.url" :class="{ 'active': item.isActive }">
{{ item.name }}
</a>
Credits
License
The MIT License (MIT). Please see License File for more information.