react-geokbd

React hook for using Georgian keyboard in form fields

Usage no npm install needed!

<script type="module">
  import reactGeokbd from 'https://cdn.skypack.dev/react-geokbd';
</script>

README

react-geokbd

React hook for using Georgian keyboard in form fields

NPM JavaScript Style Guide

Install

npm install --save react-geokbd

Usage

import React from 'react'
import { useGeoField } from 'react-geokbd'

const App = () => {
  const [fieldValue, setFieldValue] = useGeoField()

  return (
    <input
      type='text'
      value={fieldValue}
      onChange={setFieldValue}
    />
  )
}

License

MIT © Dito-Orkodashvili