# Forms All form inputs are styled automatically. No classes needed on inputs. ## Text Inputs ```html ``` ## Textarea ```html ``` ## Select ```html ``` ## Checkboxes & Radios ```html ``` ## Date & Time ```html ``` ## Other Types ```html ``` ## Validation States Add `.error`, `.success`, or `.warning` to inputs: ```html Please enter a valid email Username is available Password is weak ``` ## Form Layout with Stack ```html
``` ## Disabled Inputs ```html ``` ## See Also - [Login form](https://graffiti-ui.com/llms/login-form.txt) - Complete login pattern - [Toggle switch](https://graffiti-ui.com/llms/toggle.txt) - On/off toggle - [Search input](https://graffiti-ui.com/llms/search.txt) - Search with icon - [Input group](https://graffiti-ui.com/llms/input-group.txt) - Input + button - [Dropzone](https://graffiti-ui.com/llms/dropzone.txt) - File upload area