react-layout-plugin-dnd

0.5.1 • Public • Published

React Layout Plugin DnD

A plugin for the react-layout-core package. This plugin enables any component to be used as a react-dnd DragSource, and wraps the layout with a DragDropContext. It supplies monitor.getItem() with the layoutState item being dragged.

Usage

import React from 'react';
import { Layout } from 'react-layout-core';
import DnD from 'react-layout-plugin-dnd';
 
...
 
<Layout
  layoutState={layoutState}
  components={{...}}
  plugins={[DnD]}
/>
 
...

Package Sidebar

Install

npm i react-layout-plugin-dnd

Weekly Downloads

3

Version

0.5.1

License

ISC

Last publish

Collaborators

  • gregchamberlain