1.0.3 • Published 3 years ago

react-korean-ime-input v1.0.3

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

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.