GitXplorerGitXplorer
d

rbd-voice-sensor

public
8 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
ece15d1d67e3fe0a773eef4d2c350206ee8332c2

Update README.md

ddanieldelcore committed 5 years ago
Verified
8b4db3a9833d385347cbbdfb430c0367f64107ad

Update README.md

ddanieldelcore committed 5 years ago
Verified
cc6c42dcfb997decdc720eae4a5271ec4417110a

Update README.md

ddanieldelcore committed 5 years ago
Unverified
56de18930f1f075888ebf1a5229a6a4a37a7bc3e

minor tweeking

ddanieldelcore committed 5 years ago
Unverified
db3c800d4176c0b2430a322a8fc7f218c3a44e7a

move by name

ddanieldelcore committed 5 years ago
Unverified
e53e419587d7df317fd1276d5e1414cbdcf33a1d

support repetative commands

ddanieldelcore committed 5 years ago

README

The README file for this repository.

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?

Make drag and drop experiences beautiful for people with physical disabilities.

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>;
}

Voice Commands 🗣

Try using these voice commands:

Lift Princess Bubblegum

Move up

Move down

Drop

Resources 📖