Skip to content

Commit d83e7ba

Browse files
committed
feat: add Tremor resource for building charts and dashboards with logo
1 parent 2ee7c62 commit d83e7ba

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/resources.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,12 @@ export const categories: Category[] = [
515515
url: "https://eui.elastic.co",
516516
logo: "/media/logos/ui-frameworks-libraries/elastic-ui.svg",
517517
},
518+
{
519+
name: "Tremor",
520+
description: "React components to build charts and dashboards.",
521+
url: "https://tremor.so",
522+
logo: "https://tremor.so/favicon.ico",
523+
},
518524
],
519525
},
520526

0 commit comments

Comments
 (0)