Skip to content

Commit

Permalink
Merge pull request #2077 from db-ui/mfranzke-patch-3
Browse files Browse the repository at this point in the history
docs: update inspirational websites
  • Loading branch information
mfranzke authored Jan 12, 2024
2 parents 96fdf9b + 9f08ba2 commit 3516162
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/research-other-design-systems.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,7 @@ We'd like to maintain a list of other design systems that might be interesting f
- <https://adele.uxpin.com/>
- <https://storybook.js.org/showcase>
- <https://component.gallery/>

## Further inspirational websites

- <https://www.w3.org/WAI/ARIA/apg/patterns/tabs/>
5 changes: 5 additions & 0 deletions docs/scripts/component-research/design-systems.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
* @type {[{ name: string, componentUrl: string, url: string}]}
*/
export const designSystems = [
{
name: 'W3C APG Patterns',
url: 'https://www.w3.org/WAI/ARIA/apg/',
componentUrl: 'https://www.w3.org/WAI/ARIA/apg/patterns/'
},
{
name: 'Telekom Scale',
url: 'https://github.com/telekom/scale',
Expand Down

0 comments on commit 3516162

Please sign in to comment.