Link-prefixed text field with a joined import button for pasting shareable URLs.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
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"
/>