1.0.2 • Published 27 days ago

type-hindi v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
27 days ago

Getting Started

First, run the development server:

npm install type-hindi

#or
npm i type-hindi

Import 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 🚀