1.0.1 • Published 2 years ago

react-nepali-input v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

react-nepali-input

React library for typing nepali

NPM JavaScript Style Guide

Install

npm install --save react-nepali-input

Usage

import React from 'react'

import NepaliInput from 'react-nepali-input'

const App = () => {
  const [value, setValue] = React.useState('')
  return <NepaliInput value={value} setValue={(value) => setValue(value)} />
}

export default App

License

MIT © Sajandhakal12