@daflow-ui/ui-card
v0.1.1
Published
Card component for DaFlow UI
Readme
@daflow-ui/ui-card
Card component for DaFlow UI component library.
Installation
pnpm add @daflow-ui/ui-cardUsage
全局引入样式(在 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 devBuild
pnpm buildType check
pnpm typecheckLicense
MIT
