-
Notifications
You must be signed in to change notification settings - Fork 318
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(primitives): support inert prop (#3277)
fixes #2632
- Loading branch information
1 parent
2c929cf
commit 5b83174
Showing
6 changed files
with
521 additions
and
0 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,9 @@ | ||
--- | ||
"@aws-amplify/ui-react": patch | ||
--- | ||
|
||
feat(primitives): adds support inert prop on all React primitives | ||
|
||
```jsx | ||
<View inert> | ||
``` |
343 changes: 343 additions & 0 deletions
343
docs/src/data/test/__snapshots__/props-table.test.ts.snap
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.