Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update AlignmentMatrixControl docs post merge. #34662

Prev Previous commit
Next Next commit
Add missing value prop.
  • Loading branch information
Ryan Welcher committed Sep 8, 2021
commit aafd194ae0bb5e6c511c85b6fc6de40cf393a51f
5 changes: 5 additions & 0 deletions packages/components/src/alignment-matrix-control/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ If provided, sets the default alignment value.
- Required: No
- Default: `center center`

### value
The current alignment value.
- Type: `String`
- Required: No

### onChange

A function that receives the updated alignment value.
Expand Down