Skip to main content

readonly

Switches the board to view-only mode. When enabled, drag-and-drop, card creation, in-place editing, and delete are all blocked. Built-in toolbar and context menu items that would mutate data are hidden automatically.

Usage

readonly?: boolean;
  • false (default) - full interactivity
  • true - all mutating affordances suppressed

Example

<Kanban cards={cards} columns={columns} readonly={true} />
  • Editor - the editor has its own independent readonly prop
  • Toolbar - mutating toolbar items hide automatically in readonly mode