@phila/phila-ui-textarea
v0.0.18
Published
A textarea input component for Phila UI.
Downloads
494
Readme
Textarea Component
A simple, customizable Vue 3. Textarea component built with TypeScript and Vite. A textarea input component for Phila UI.
Features
- 🎯 TypeScript support with full type definitions
Installation
npm install @phila/phila-ui-textarea
# or
yarn add @phila/phila-ui-textarea
# or
pnpm add @phila/phila-ui-textareaUsage
<script setup lang="ts">
import { Textarea } from "@phila/phila-ui-textarea";
</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
