# FormHint

Render supporting field guidance. The helpful little whisper that prevents form validation errors.

## Notes

- Keep hint text short and instructional.
- Pass the guidance copy with the required text prop.
- Reference it with aria-describedby on the field. Help screen readers understand the context.



## Example

```astro
<FormHint id="email-hint" text="We only use this for release updates." />
```
