Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions data.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,38 @@ module.exports = [
url: "https://github.com/caracal7/fast-ease",
source: "https://raw.githubusercontent.com/caracal7/fast-ease/master/src/index.js"
},
{
name: "jspreadsheet",
github: "jspreadsheet/ce",
tags: ["library", "javascript", "spreadsheet", "datatable", "grid"],
description: "Open source JavaScript spreadsheet and data grid component",
url: "https://github.com/jspreadsheet/ce",
source: "https://raw.githubusercontent.com/jspreadsheet/ce/master/src/index.js"
},
{
name: "jspreadsheet-ce",
github: "jspreadsheet/ce",
tags: ["library", "javascript", "spreadsheet", "excel", "table"],
description: "Community Edition of Jspreadsheet, a web-based spreadsheet component",
url: "https://jspreadsheet.com",
source: "https://raw.githubusercontent.com/jspreadsheet/ce/master/src/index.js"
},
{
name: "calendarjs",
github: "jspreadsheet/calendar",
tags: ["library", "javascript", "calendar", "scheduler", "ui"],
description: "Lightweight JavaScript calendar and scheduling component",
url: "https://calendarjs.org",
source: "https://raw.githubusercontent.com/jspreadsheet/calendar/master/src/index.js"
},
{
name: "lemonadejs",
github: "lemonadejs/lemonadejs",
tags: ["library", "javascript", "framework", "ui", "components"],
description: "Minimal reactive JavaScript framework for building UI components",
url: "https://lemonadejs.net",
source: "https://raw.githubusercontent.com/lemonadejs/lemonadejs/master/src/lemonade.js"
},
{
name: "fullscr",
github: "Axorax/fullscr.js",
Expand Down