URL Import

Link-prefixed text field with a joined import button for pasting shareable URLs.

https://www.figma.com/design/wQb4…

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Upload7 } from "@/components/beste/piece/upload7";

<Upload7
  label="Import from URL"
  placeholder="https://figma.com/file/…"
  value="https://www.figma.com/design/wQb4…"
  action="Import"
/>