react-korean-ime-input
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

react-korean-ime-input

A standard input element, which works as a Korean IME (the Hangeul alphabet).

Usage

Import 'KoreanIMEInput' and use as you would with any input element.

import KoreanIMEInput from 'react-korean-ime-input'

const Example = (props) => {
  // Usage example in a functional component
  return <div>
    <KoreanIMEInput />
  </div>
}

Known issues

  • Only QWERTY keyboards work as of now.

Package Sidebar

Install

npm i react-korean-ime-input

Weekly Downloads

1

Version

1.0.3

License

none

Unpacked Size

6.45 kB

Total Files

4

Last publish

Collaborators

  • jonasrothmann