Skip to content

Commit

Permalink
Update design-systems.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Jan 12, 2024
1 parent bc9123a commit 9f08ba2
Showing 1 changed file with 5 additions and 0 deletions.
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 9f08ba2

Please sign in to comment.