Input that sandwiches a value between a muted prefix and suffix for URLs, currencies, or domains.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Form5 } from "@/components/beste/piece/form5";
<Form5
label="Custom domain"
prefix="https://"
suffix=".beste.co"
value="docs"
placeholder="your-subdomain"
/>