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