Compositions
Core Primitives
Transitions
Typography
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 />;
}