Simple React phone dial pad component inspired by the jQuery dialpad plugin demo.
Try the demo here.
npm install --save frh-react-dial-pad
import React from 'react'
import ReactDOM from 'react-dom'
import Dial from 'frh-react-dial-pad'
ReactDOM.render(
<Dial />,
document.getElementById('main')
)
import React from 'react'
import ReactDOM from 'react-dom'
import { DialPad }
from 'frh-react-dial-pad'
ReactDOM.render(
<DialPad />,
document.getElementById('main')
)
- GitHub: https://github.com/FarmRadioHangar/react-dial-pad
- Issue tracker: https://github.com/FarmRadioHangar/react-dial-pad/issues
BSD