From b568104c3f59ee1fdba5de751ba3ce194370cf62 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 2 Nov 2022 23:20:35 +0700 Subject: [PATCH] Add visx --- src/technologies/v.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/technologies/v.json b/src/technologies/v.json index b50a68842..6390e2fd3 100644 --- a/src/technologies/v.json +++ b/src/technologies/v.json @@ -746,6 +746,20 @@ "saas": true, "website": "https://www.visualsoft.co.uk/" }, + "Visx": { + "cats": [ + 25 + ], + "description": "visx a collection of expressive, low-level visualization primitives for React.", + "dom": [ + "[class^='visx-']", + "[class^='vx-(?:group|line|linepath|area-closed|axis|bar|tooltip-portal|glyph|glyph-triangle']" + ], + "icon": "Visx.png", + "requires": "React", + "oss": true, + "website": "https://airbnb.io/visx/" + }, "Vitals": { "cats": [ 100, @@ -1082,4 +1096,4 @@ }, "website": "http://vibecommerce.com.br" } -} \ No newline at end of file +}