Launch sale — 60% off Pro
Contact
FormBasic Forms

Not affiliated with official shadcn/ui. Visit ui.shadcn.com for official docs.

React URL Input Form

A React form with URL input validation using React Hook Form and Zod url schema for website or portfolio links built with shadcn/ui

Looking to implement shadcn/ui patterns?

Join our Discord community for help from other developers.


Users type messy URLs without protocols or with typos. This React form uses Zod's built-in url validator—invalid formats like example.com without https trigger Please enter a valid URL errors. Built with shadcn/ui Form components with React Hook Form and type equals url for better mobile keyboards, it's perfect for profile settings, portfolio submissions, or social media links where properly formatted URLs matter.

Enter your website or portfolio URL.

Pattern created by @haydenbleasel

Installation

Questions you might have