Forms

Form components using Tailwind CSS to speed up your project.


You can edit the code in every editor and see changes live!

Simple input

A simple input component.

Simple select

A simple select component.

Checkbox

A checkbox component. If you're looking for a more elaborate checkbox, I recommend using Custom Forms, an official library to extend the look of general form elements with custom CSS.

Radio

A radio component. If you're looking for a more elaborate radio button, I recommend using Custom Forms, an official library to extend the look of general form elements with custom CSS.

Textarea

A simple textarea component.

Label over

A simple input component with label over.

Label left

A responsive form group with label and input, with left text on desktop and over the input on mobile.

Form grid

A responsive form grid.

Input with icon right

Input with SVG icon right.

Input with icon left

Input with SVG icon left.

Input with button right

Input with button inside.

Helper text

Input with bottom helper text.

Your password must be at least 6 characters long.

Input with validation

Input with bottom validation text and colored borders.

Your password is too short.
Your password is strong.