Skip to content

Commit

Permalink
docs(formcontrol): add section to readme on density support
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanLeece committed Jan 10, 2024
1 parent d301e0e commit 40b2e59
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/components/forms/src/FormControl/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,7 @@ To uphold a consistent look and experience for your application, we recommend fo
### ValidationMessage

<PropsTable of="ValidationMessage" />

## Density support

This component supports multiple densities thanks to the [useDensity](/hooks/use-density) hook and automatically adjusts its styling for each density when wrapped with the [Density Container](/components/density-container).

0 comments on commit 40b2e59

Please sign in to comment.