react-korean-ime-input
v1.0.3
Published
A standard input element, which works as a Korean IME (the Hangeul alphabet).
Downloads
4
Maintainers
Readme
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.