frh-react-dial-pad

0.1.0 • Public • Published
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

Package Sidebar

Install

npm i frh-react-dial-pad

Weekly Downloads

25

Version

0.1.0

License

BSD-3-Clause

Last publish

Collaborators

  • arbelos