
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-marquee
Advanced tools
Marquee component for DaFlow UI component library.
pnpm add @daflow-ui/ui-marquee
全局引入样式(在 main.ts 中):
import '@daflow-ui/ui-marquee/style.css';
在组件中使用:
<script setup lang="ts">
import { DfMarquee, DfMarqueeItem } from '@daflow-ui/ui-marquee';
</script>
<template>
<DfMarquee :speed="80">
<DfMarqueeItem v-for="logo in logos" :key="logo">
<div>{{ logo }}</div>
</DfMarqueeItem>
</DfMarquee>
</template>
| Name | Type | Default | Description |
|---|---|---|---|
| speed | number | 50 | 滚动速度(px/s),不是动画时长(ms) |
| gap | number | - | 跑马灯项之间的间距(px),不传则使用组件 CSS 变量 |
| pauseOnInteraction | boolean | false | hover/focus 时暂停滚动 |
| showEdge | boolean | false | 是否显示两侧渐隐遮罩 |
纯容器组件,无额外 props。
pnpm install
cd ../..
pnpm dev
组件会自动出现在 playground 导航中(通过 dev/index.vue)。
pnpm build
pnpm typecheck
pnpm lint
pnpm lint:fix
MIT
FAQs
Marquee component for DaFlow UI component library.
The npm package @daflow-ui/ui-marquee receives a total of 2 weekly downloads. As such, @daflow-ui/ui-marquee popularity was classified as not popular.
We found that @daflow-ui/ui-marquee demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.