@phila/phila-ui-navigation
v0.0.1-beta.0
Published
Local and Page nagivation components
Readme
Navigation Component
A simple, customizable Vue 3. Navigation component built with TypeScript and Vite. Local and Page nagivation components
Features
- 🎯 TypeScript support with full type definitions
Installation
npm install @phila/phila-ui-navigation
# or
yarn add @phila/phila-ui-navigation
# or
pnpm add @phila/phila-ui-navigationUsage
<script setup lang="ts">
import { Navigation } from "@phila/phila-ui-navigation";
</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
