rbd-voice-sensor

1.0.0ย โ€ขย Publicย โ€ขย Published

react beautiful dnd logo

rbd-voice-sensor

What are sensors?

A sensor is a React Hook (or plain ol' function) that gives you access to RBD's Programmatic API, with that you're able to programmatically control drag and drop interactions with any input type you can think of.

Why Voice?

Imagine dragging and dropping Jira tickets in a standup using only your voice. Or improving accessiblity for people with a physical disability.

Get started ๐Ÿ—

Installation

npm install --save rbd-voice-sensor or yarn add rbd-voice-sensor

Basic Example

import React from 'react';
import { DragDropContext } from 'react-beautiful-dnd';
import voiceSensor from 'rbd-voice-sensor';

function App() {
    return <DragDropContext sensors={[voiceSensor]}>{/*...*/}</DragDropContext>;
}

Resources ๐Ÿ“–

Package Sidebar

Install

npm i rbd-voice-sensor

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

17.1 kB

Total Files

5

Last publish

Collaborators

  • delcore92