Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

frh-react-dial-pad

arbelos84BSD-3-Clause0.1.0

Simple React phone dial pad component.

react, react-component, Farm Radio International, phone, phone dial, dial, pad

readme

react logo

FRH React Dial Pad

Simple React phone dial pad component inspired by the jQuery dialpad plugin demo.

screenshot

Demo

Try the demo here.

Installation

Usage

Basic usage

import React    from 'react'
import ReactDOM from 'react-dom'
import Dial     from 'frh-react-dial-pad'

ReactDOM.render(
  <Dial />,
  document.getElementById('main')
)

Only the number pad

import React    from 'react'
import ReactDOM from 'react-dom'

import { DialPad } 
  from 'frh-react-dial-pad'

ReactDOM.render(
  <DialPad />,
  document.getElementById('main')
)

Contribute

License

BSD