Skip to content

Commit c30c21e

Browse files
committed
feat: add React Spreadsheet and Jspreadsheet resources to categories
1 parent e56ff0b commit c30c21e

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
693 Bytes
Loading

src/resources.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1121,6 +1121,19 @@ export const categories: Category[] = [
11211121
description: "Modern file-upload components & hooks for React.",
11221122
url: "https://react-uploady.org/",
11231123
},
1124+
{
1125+
name: "React Spreadsheet",
1126+
description:
1127+
"Simple, customizable yet performant spreadsheet for React.",
1128+
url: "https://iddan.github.io/react-spreadsheet/",
1129+
},
1130+
{
1131+
name: "Jspreadsheet",
1132+
description:
1133+
"Fully customizable JavaScript spreadsheet library, offering various components to enhance web development projects.",
1134+
url: "https://bossanova.uk/jspreadsheet/",
1135+
logo: "/media/logos/file-handling/jspreadsheet.png",
1136+
},
11241137
],
11251138
},
11261139

0 commit comments

Comments
 (0)