An example of the KendoReact Grid(Table) in NextJS application.
Перейти к файлу
Wissam d49367d712 chore: add button that navigates back to index 2023-10-17 23:48:09 +03:00
app chore: add button that navigates back to index 2023-10-17 23:48:09 +03:00
public chore: add drawer, use typescript, use app router 2023-10-01 12:16:42 +03:00
.gitignore Initial commit from Create Next App 2023-09-29 15:19:30 +03:00
LICENSE chore: add drawer, use typescript, use app router 2023-10-01 12:16:42 +03:00
README.md chore: add drawer, use typescript, use app router 2023-10-01 12:16:42 +03:00
next.config.js Initial commit from Create Next App 2023-09-29 15:19:30 +03:00
package-lock.json chore: add drawer, use typescript, use app router 2023-10-01 12:16:42 +03:00
package.json chore: add drawer, use typescript, use app router 2023-10-01 12:16:42 +03:00
tsconfig.json Initial commit from Create Next App 2023-09-29 15:19:30 +03:00

README.md

kendo-react-nextjs

An example of the KendoReact Grid(Table) and the KendoReact Drawer in a NextJS application.

Steps to run the application:

  1. npm install
  2. npm run dev