Skip to content

Commit cd79b1c

Browse files
committed
docs: add aria to the readme (#32719)
Updates the readme to mention the new Aria package. (cherry picked from commit 784d22d)
1 parent d1f9917 commit cd79b1c

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@
66
The Angular team builds and maintains both common UI components and tools to help you build your
77
own custom components. The team maintains several npm packages.
88

9-
| Package | Description | Docs |
10-
| ------------------------- | ----------------------------------------------------------------------------------- | ---------------- |
11-
| `@angular/cdk` | Library that helps you author custom UI components with common interaction patterns | [Docs][cdk-docs] |
12-
| `@angular/material` | [Material Design][] UI components for Angular applications | [Docs][mat-docs] |
13-
| `@angular/google-maps` | Angular components built on top of the [Google Maps JavaScript API][] | [Docs][map-docs] |
14-
| `@angular/youtube-player` | Angular component built on top of the [YouTube Player API][] | [Docs][ytp-docs] |
9+
| Package | Description | Docs |
10+
| ------------------------- | ------------------------------------------------------------------------------------- | ----------------- |
11+
| `@angular/aria` | Collection of headless, accessible directives that implement common WAI-ARIA patterns | [Docs][aria-docs] |
12+
| `@angular/cdk` | Library that helps you author custom UI components with common interaction patterns | [Docs][cdk-docs] |
13+
| `@angular/material` | [Material Design][] UI components for Angular applications | [Docs][mat-docs] |
14+
| `@angular/google-maps` | Angular components built on top of the [Google Maps JavaScript API][] | [Docs][map-docs] |
15+
| `@angular/youtube-player` | Angular component built on top of the [YouTube Player API][] | [Docs][ytp-docs] |
1516

1617

1718
#### Quick links
@@ -68,6 +69,7 @@ We aim for great user experience with the following screen readers:
6869
[Material Design]: https://material.io
6970
[Google Maps JavaScript API]: https://developers.google.com/maps/documentation/javascript/tutorial
7071
[YouTube Player API]: https://developers.google.com/youtube/iframe_api_reference
72+
[aria-docs]: https://angular.dev/guide/aria/overview
7173
[cdk-docs]: https://material.angular.dev/cdk/categories
7274
[mat-docs]: https://material.angular.dev
7375
[map-docs]: https://github.com/angular/components/blob/main/src/google-maps/README.md

0 commit comments

Comments
 (0)