Universal CSS style to make your HTML forms pretty!
Built from SCSS + TailwindCSS with Vite
Simple to download, lightweight, no configuration needed!

Overview
- Universal
- Lightweight
- Simple download
- No dependencies
- No configuration needed
- Automatically adds * for required fields
- Designed for all types of inputs
(select & textarea included)
You should inject the CSS to your project
Download either normal or gzipped version from releases/
or from assets of newest
release
Add to your project
<!-- You may need to adjust your path -->
<link rel="stylesheet" href="prettyForms.css" />
Requirements
- 📦 Node Package Manager (pnpm - recommended)
# Install dependencies
pnpm install
# run as dev
pnpm run dev
# build the app
pnpm build
Once you built the app
Move both normal and gzipped CSS from dist/assets/ to releases/
and rename them to something like prettyForms
Made with ❤️ by @germondai