9.5.2 • Published 5 months ago

@zendeskgarden/react-draggable v9.5.2

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
5 months ago

@zendeskgarden/react-draggable npm version

This package includes components related to drag and drop in the Garden Design System.

Installation

npm install @zendeskgarden/react-draggable

# Peer Dependencies - Also Required
npm install react react-dom styled-components @zendeskgarden/react-theming

Usage

import { ThemeProvider } from '@zendeskgarden/react-theming';
import { Draggable, DraggableList, Dropzone } from '@zendeskgarden/react-draggable';

/**
 * Place a `ThemeProvider` at the root of your React application
 */
<ThemeProvider>
  <DraggableList>
    <DraggableList.Item>
      <Draggable>
        <Draggable.Grip />
        <Draggable.Content>Petunia</Draggable.Content>
      </Draggable>
    </DraggableList.Item>
  </DraggableList>

  <Dropzone>
    <Dropzone.Message>Drag items here</Dropzone.Message>
  </Dropzone>
</ThemeProvider>;
9.5.2

5 months ago

9.5.1

6 months ago

9.5.0

6 months ago

9.4.0

7 months ago

9.3.0

7 months ago

9.2.0

8 months ago

9.1.2

8 months ago

9.1.1

9 months ago

9.1.0

9 months ago

9.0.0-next.27

10 months ago

9.0.0

10 months ago

9.0.0-next.25

11 months ago

9.0.0-next.26

10 months ago

9.0.0-next.24

11 months ago

9.0.0-next.23

11 months ago

9.0.0-next.22

11 months ago

9.0.0-next.21

11 months ago

9.0.0-next.20

12 months ago

9.0.0-next.19

12 months ago