Skip to content

Commit

Permalink
feat(primitives): support inert prop (#3277)
Browse files Browse the repository at this point in the history
fixes #2632
  • Loading branch information
dbanksdesign authored Jan 9, 2023
1 parent 2c929cf commit 5b83174
Show file tree
Hide file tree
Showing 6 changed files with 521 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .changeset/gorgeous-pants-check.md
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 docs/src/data/test/__snapshots__/props-table.test.ts.snap

Large diffs are not rendered by default.

Loading

0 comments on commit 5b83174

Please sign in to comment.