-
Notifications
You must be signed in to change notification settings - Fork 535
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* passes appearance prop to properly render validation * changes 'appearance' prop to 'variant', and adds that to props table * adds sx prop * adds changeset * rm stray quotes and backticks * Update .changeset/silly-humans-float.md Co-authored-by: Cole Bemis <colebemis@github.com> * shows variant prop as required in docs * Update docs/content/FormControl.mdx Co-authored-by: Cole Bemis <colebemis@github.com> * adds sx prop to all child components * lint fix * adds sx prop to props tables * uses FormControl in form component docs that render a label Co-authored-by: Cole Bemis <colebemis@github.com>
- Loading branch information
Showing
18 changed files
with
278 additions
and
347 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
'@primer/react': patch | ||
--- | ||
|
||
FormControl: | ||
* Add `sx` prop | ||
* Rename `appearance` prop to `variant` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.