@daflow-ui/ui-textarea
v0.1.0
Published
Textarea component for DaFlow UI
Downloads
115
Readme
@daflow-ui/ui-textarea
Textarea component for DaFlow UI component library.
Installation
pnpm add @daflow-ui/ui-textareaUsage
全局引入样式(在 main.ts 中):
import '@daflow-ui/ui-textarea/style.css';在组件中使用:
<script setup lang="ts">
import { DfTextarea } from '@daflow-ui/ui-textarea';
</script>
<template>
<DfTextarea v-model="value" placeholder="请输入内容" />
</template>Development
Start playground (at monorepo root)
cd ../.. # 回到 monorepo 根目录
pnpm dev # 启动统一 playground,自动发现组件Build
pnpm buildType check
pnpm typecheckLicense
MIT
