
Product
PHP and Composer Support Is Now in Beta
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.
@daflow-ui/ui-tag
Advanced tools
Tag component for DaFlow UI component library.
pnpm add @daflow-ui/ui-tag
全局引入样式(在 main.ts 中):
import '@daflow-ui/ui-tag/style.css';
在组件中使用:
<script setup lang="ts">
import { DfCheckableTag, DfTag } from '@daflow-ui/ui-tag';
</script>
<template>
<DfTag color="primary">Primary</DfTag>
<DfTag closable>Closable</DfTag>
<DfCheckableTag v-model:checked="checked">Checkable</DfCheckableTag>
</template>
固态颜色文本(solid / solid hover)在所有预设颜色中共用以下 token:
--df-tag-solid-color--df-tag-solid-hover-color各预设色的 --df-tag-xxx-solid-color / --df-tag-xxx-solid-hover-color 默认引用上述 token。
pnpm install
cd ../.. # 回到 monorepo 根目录
pnpm dev # 启动统一 playground,自动发现组件
组件会自动出现在 playground 导航中(通过 dev/index.vue)。
pnpm build
pnpm typecheck
pnpm lint
pnpm lint:fix
MIT
FAQs
Tag component for DaFlow UI
We found that @daflow-ui/ui-tag 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
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.

Research
/Security News
Three compromised Rust crates pulled in a malicious dependency that downloaded and executed cross-platform malware during Cargo builds.