Forms
Forms are essential for gathering user information and enabling interaction on your website.
This page introduces a collection of form components — from common input fields like TextField, EmailField, and NumberField, to complete forms such as Sign In, Sign Up, and Contact Us.
Built with Tailwind CSS for Next.js and React.js projects, these components make form building faster, consistent, and accessible.
1. Common Form Fields
A collection of reusable input components like TextField, EmailField, NumberField, and more for building consistent forms.
- TextField component
- NameField component
- NumberField component
- EmailField component
- PasswordField component
2. Useful Form
Prebuilt forms such as Sign In, Sign Up, and Contact Us, designed to speed up development and ensure best practices.