For the complete documentation index, see llms.txt. Markdown variants are available by appending .md to any URL or sending an Accept: text/markdown header. An agent skill is available at /.well-known/agent-skills/site-skill.md.
24
Sponsor

Drag And Drop Flow

Cursor drags a file into a drop zone that lights up and starts a progress bar.

Customize
1

Installation

$ pnpm dlx shadcn@latest add @framecn/drag-and-drop-flow

Usage

import { DragAndDropFlow } from "@/components/framecn/drag-and-drop-flow";
<DragAndDropFlow />

API Reference

DragAndDropFlow

PropTypeDefault
accentstring"#0ea5e9"
dropzoneLabelstring"Drop file to upload"
fileNamestring"design.fig"
backgroundstring"#fafafa"
speednumber1
fpsnumber30
durationInFramesnumber150
widthnumber1280
heightnumber720
classNamestring-

Notes