Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 632 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 632 Bytes

voiceui-react

enable voice controls for react applications

NPM JavaScript Style Guide

Install

npm install --save voiceui-react

Usage

import React, { Component } from 'react'

import MyComponent from 'voiceui-react'
import 'voiceui-react/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © hexad3cimal