Skip to content

Commit f2d996d

Browse files
authored
docs: add APG grid link to useTagGroup doc (#7367)
* add APG grid link to useTagGroup doc * add grid keywords to TagGroup
1 parent b3a4d6c commit f2d996d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

packages/@react-aria/tag/docs/useTagGroup.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import Anatomy from './anatomy.svg';
2323

2424
---
2525
category: Collections
26-
keywords: [tag, aria]
26+
keywords: [tag, aria, grid]
2727
---
2828

2929
# useTagGroup
@@ -32,7 +32,10 @@ keywords: [tag, aria]
3232

3333
<HeaderInfo
3434
packageData={packageData}
35-
componentNames={['useTagGroup']} />
35+
componentNames={['useTagGroup']}
36+
sourceData={[
37+
{type: 'W3C', url: 'https://www.w3.org/WAI/ARIA/apg/patterns/grid/'}
38+
]} />
3639

3740
## API
3841

packages/react-aria-components/docs/TagGroup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import {StarterKits} from '@react-spectrum/docs/src/StarterKits';
2626

2727
---
2828
category: Collections
29-
keywords: [tag, aria]
29+
keywords: [tag, aria, grid]
3030
type: component
3131
---
3232

0 commit comments

Comments
 (0)