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

Bounding Box Selector

Figma-style selection rectangle that snaps around a target.

Customize
15
2
1

Installation

$ pnpm dlx shadcn@latest add @framecn/bounding-box-selector

Usage

import { BoundingBoxSelector } from "@/components/framecn/bounding-box-selector";
<BoundingBoxSelector />

API Reference

BoundingBoxSelector

PropTypeDefault
childrenReactNode-
borderColorstring"#0ea5e9"
handleColorstring"#0ea5e9"
borderWidthnumber2
appearAtnumber15
backgroundstring"#fafafa"
speednumber1
classNamestring-
fpsnumber30
durationInFramesnumber90
widthnumber1000
heightnumber500

Notes