@phila/phila-ui-collapse-panel
v0.0.3
Published
Customizable component for toggling visibility of content.
Readme
CollapsePanel Component
A simple, customizable Vue 3. CollapsePanel component built with TypeScript and Vite. Customizable component for toggling visibility of content.
Features
- 🎯 TypeScript support with full type definitions
Installation
npm install @phila/phila-ui-collapse-panel
# or
yarn add @phila/phila-ui-collapse-panel
# or
pnpm add @phila/phila-ui-collapse-panelUsage
<script setup lang="ts">
import { CollapsePanel } from "@phila/phila-ui-collapse-panel";
</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
