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

Installation

Install video components from the registry.

Prerequisites

A project with Editframe set up.

Installation

Run the following command to add any component:

$ pnpm dlx shadcn@latest add @framecn/cursor-flow

Usage

Import and use the component:

import { CursorFlow } from "@/components/framecn/cursor-flow";
 
export function DemoVideo() {
  return <CursorFlow />;
}