Skip to content

Commit 49fc2ef

Browse files
authored
Merge pull request #2101 from db-ui/docs-added-further-relevant-websites
docs: added further inspirational websites
2 parents 79ffb7c + c6615a0 commit 49fc2ef

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/research-other-design-systems.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,5 @@ We'd like to maintain a list of other design systems that might be interesting f
5353

5454
## Further inspirational websites
5555

56-
- <https://www.w3.org/WAI/ARIA/apg/patterns/tabs/>
56+
- <https://www.w3.org/WAI/ARIA/apg/patterns/>
57+
- <https://inclusive-components.design/#components>

docs/scripts/component-research/design-systems.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ export const designSystems = [
88
url: 'https://www.w3.org/WAI/ARIA/apg/',
99
componentUrl: 'https://www.w3.org/WAI/ARIA/apg/patterns/'
1010
},
11+
{
12+
name: 'Inclusive components by Heydon Pickering',
13+
url: 'https://inclusive-components.design/',
14+
componentUrl: 'https://inclusive-components.design/#components'
15+
},
1116
{
1217
name: 'Telekom Scale',
1318
url: 'https://github.com/telekom/scale',

0 commit comments

Comments
 (0)