
Product
Socket for Asana Is Now Available
Create and manage Asana tasks directly from Socket alerts, with manual task creation, automated ticketing rules, and two-way sync.
@daflow-ui/ui-input
Advanced tools
Input component for DaFlow UI component library.
pnpm add @daflow-ui/ui-input
全局引入样式(在 main.ts 中):
import '@daflow-ui/ui-input/style.css';
在组件中使用:
<script setup lang="ts">
import { DfInput } from '@daflow-ui/ui-input';
</script>
<template>
<DfInput v-model="value" placeholder="请输入内容" />
</template>
| Prop | 类型 | 默认值 | 说明 |
|---|---|---|---|
modelValue | string | '' | v-model 绑定值 |
invalid | boolean | false | 错误状态,影响边框颜色 |
disabled | boolean | false | 禁用 |
size | 'sm' | 'md' | 'lg' | 'md' | 尺寸 |
MIT
FAQs
Input component for DaFlow UI
We found that @daflow-ui/ui-input demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.

Product
Create and manage Asana tasks directly from Socket alerts, with manual task creation, automated ticketing rules, and two-way sync.

Security News
Open VSX has removed three extension IDs from its malicious-extension list as the legitimate publishers they impersonated move to claim the names for themselves.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.