Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
aabewhite committed May 6, 2024
1 parent 78a083d commit 6479157
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -812,6 +812,37 @@ Support levels:
<td>✅</td>
<td><code>ZStack</code> (<a href="https://skip.tools/docs/components/stack/">example</a>)</td>
</tr>
<tr>
<td>🟢</td>
<td>
<details>
<summary><code>.accessibilityAddTraits</code></summary>
<ul>
<li>Only traits that map to Compose accessibility roles are used</li>
</ul>
</details>
</td>
</tr>
<tr>
<td>✅</td>
<td><code>.accessibilityHeading</code></td>
</tr>
<tr>
<td>✅</td>
<td><code>.accessibilityHidden</code></td>
</tr>
<tr>
<td>✅</td>
<td><code>.accessibilityIdentifier</code></td>
</tr>
<tr>
<td>✅</td>
<td><code>.accessibilityLabel</code></td>
</tr>
<tr>
<td>✅</td>
<td><code>.accessibilityValue</code></td>
</tr>
<tr>
<td>🟡</td>
<td>
Expand Down

0 comments on commit 6479157

Please sign in to comment.