New:Socket for Asana Is Now Available.Learn more
Sign In

@daflow-ui/ui-card

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@daflow-ui/ui-card

Card component for DaFlow UI

latest
npmnpm
Version
0.1.1
Version published
Weekly downloads
2
-71.43%
Maintainers
2
Weekly downloads
 
Created
Source

@daflow-ui/ui-card

Card component for DaFlow UI component library.

Installation

pnpm add @daflow-ui/ui-card

Usage

全局引入样式(在 main.ts 中):

import '@daflow-ui/ui-card/style.css';

在组件中使用:

<script setup lang="ts">
import { DfCard } from '@daflow-ui/ui-card';
</script>

<template>
  <DfCard title="标题" description="描述">
    正文内容
  </DfCard>
</template>

Development

Start playground (at monorepo root)

cd ../..
pnpm dev

Build

pnpm build

Type check

pnpm typecheck

License

MIT

Keywords

vue

FAQs

Package last updated on 23 Mar 2026

Related posts