@phila/phila-ui-nav-link
v0.0.7
Published
navigation links
Downloads
552
Readme
NavLink Component
A simple, customizable Vue 3. NavLink component built with TypeScript and Vite. navigation links
Features
- 🎯 TypeScript support with full type definitions
Installation
npm install @phila/phila-ui-nav-link
# or
yarn add @phila/phila-ui-nav-link
# or
pnpm add @phila/phila-ui-nav-linkUsage
<script setup lang="ts">
import { NavLink } from "@phila/phila-ui-nav-link";
</script>
<template>...Add basic component template here...</template>Props
| Prop | Type | Default | Description | | ---- | ---- | ------- | ----------- |
| ...Add props here...
Events
| Event | Payload | Description | | ----- | ------- | ----------- |
| ...Add events here...
Examples
...Add examples here...
Development
Install Dependencies
pnpm installRun Demo
pnpm devBuild Library
pnpm buildType Check
pnpm type-checkLicense
MIT
