1.0.2 • Published 2 years ago
type-hindi v1.0.2
Getting Started
First, run the development server:
npm install type-hindi
#or
npm i type-hindiImport typeHindi from type-hindi
import typeHindi from "type-hindi";Apply this Method to onKeyDown event
# typeHindi use this method to type hindi
function App() {
return (
<>
<div>
<input type="text" onKeyDown={(e) => typeHindi(e)} />
</div>
</>
);
}
# all Done 🚀