markteekman / accessible-astro-starter

An Accessible Starter Theme for Astro 4.0 including accessibility features such as landmarks, better focus-outline and skip-links navigation. Ships with Tailwind, Prettier and ESLint support.
https://accessible-astro.netlify.app/
MIT License
758 stars 139 forks source link

Add new Forms & Inputs components for basic contact page form #83

Open markteekman opened 11 months ago

markteekman commented 11 months ago

Forms can be very complex, not just accessibility wise. We can make a small start by adding some default components / wrappers with some accessibility standards baked in like custom validation and error handeling.

Notes