An open API service indexing awesome lists of open source software.

https://github.com/syncfusionexamples/getting-started-with-the-react-kanban-board

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.
https://github.com/syncfusionexamples/getting-started-with-the-react-kanban-board

react react-kanban react-kanban-board react-task-planner react-ui-components syncfusion-react-components

Last synced: 3 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

# 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.