diff --git a/src/drivers/webextension/images/icons/shadcn-ui.svg b/src/drivers/webextension/images/icons/shadcn-ui.svg new file mode 100644 index 000000000..ee2945f02 --- /dev/null +++ b/src/drivers/webextension/images/icons/shadcn-ui.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/technologies/s.json b/src/technologies/s.json index 22f114fa7..430ea1f74 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -1955,6 +1955,22 @@ "scriptSrc": "widget\\.sezzle\\.(?:in|com)", "website": "https://sezzle.com/" }, + "shadcn/ui": { + "cats": [ + 66 + ], + "css": [ + "--destructive-foreground" + ], + "description": "shadcn/ui is a component system built with Radix UI and Tailwind CSS.", + "icon": "shadcn-ui.svg", + "oss": true, + "implies": [ + "Radix UI", + "Tailwind CSS" + ], + "website": "https://ui.shadcn.com" + }, "Shaka Player": { "cats": [ 14 @@ -7400,4 +7416,4 @@ }, "website": "https://styled-components.com" } -} \ No newline at end of file +}