frh-react-dial-pad
v0.1.0
Published
Simple React phone dial pad component.
Downloads
19
Maintainers
Readme
FRH React Dial Pad
Simple React phone dial pad component inspired by the jQuery dialpad plugin demo.
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
- GitHub: https://github.com/FarmRadioHangar/react-dial-pad
- Issue tracker: https://github.com/FarmRadioHangar/react-dial-pad/issues
License
BSD