React Trello screenshot

React Trello

Author Avatar Theme by Rcdexta
Updated: 15 Mar 2023
2226 Stars

Pluggable components to add a kanban board to your application

Categories

Overview:

The React Trello library offers pluggable components that enable users to incorporate a Trello-like kanban board into their applications. This library, although not directly affiliated with Trello, provides functionalities such as drag-and-drop capabilities, customizable lane and card appearances, event handling, and more.

Features:

  • Responsive and extensible
  • Easily pluggable into existing react applications
  • Supports pagination when scrolling individual lanes
  • Drag-and-drop functionality on cards and lanes (compatible with touch devices)
  • Edit functionality to add/delete cards
  • Custom elements to define lane and card appearance
  • Event bus for triggering events externally
  • Inline edit of lane titles

Installation:

To install the React Trello library, you can use npm or yarn:

npm install react-trello

or

yarn add react-trello

Summary:

The React Trello library provides a convenient way to integrate a Trello-like kanban board into React applications. With features such as drag-and-drop support, customizable appearance, event handling, and easy installation process, this library offers a valuable tool for developers looking to incorporate kanban boards into their projects.