Skip to content

Latest commit

 

History

History
20 lines (8 loc) · 1012 Bytes

File metadata and controls

20 lines (8 loc) · 1012 Bytes

Getting Started with the React Kanban Component

A quick start React project that shows how to add React Kanban component to the React App. This project also includes a code snippet to bind local and remote data sources, add, and customize a tooltip, set a custom height and width, select multiple cards, and change the default layout.

Example: https://ej2.syncfusion.com/react/demos/#/bootstrap5/kanban/overview

Documentation: https://ej2.syncfusion.com/react/documentation/kanban/getting-started/

Project prerequisites

Make sure that you have the latest versions of NodeJS and Visual Studio Code in your machine before starting to work on this project.

How to run this application?

To run this application, you need to clone the getting-started-with-the-react-kanban-board repository and then open it in Visual Studio Code. Now, simply install all the necessary react packages into your current project using the npm install command and run your project using the npm start command.