https://github.com/open-tech-foundation/react-ta-input
The Thamizhl (தமிழ்) language scripts input for ReactJS.
https://github.com/open-tech-foundation/react-ta-input
input language reactjs script tamil thamizhl
Last synced: about 1 month ago
JSON representation
The Thamizhl (தமிழ்) language scripts input for ReactJS.
- Host: GitHub
- URL: https://github.com/open-tech-foundation/react-ta-input
- Owner: Open-Tech-Foundation
- License: mit
- Created: 2024-01-14T21:01:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-02T11:32:22.000Z (over 2 years ago)
- Last Synced: 2025-02-14T08:49:01.817Z (over 1 year ago)
- Topics: input, language, reactjs, script, tamil, thamizhl
- Language: TypeScript
- Homepage: https://react-ta-input.pages.dev/
- Size: 388 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README

[OPEN TECH FOUNDATION](https://open-tech-foundation.pages.dev/)
# React Ta Input

> The Thamizhl (தமிழ்) language scripts input for ReactJS.
# [LIVE DEMO](https://react-ta-input.pages.dev/) | [DOCUMENTATION](https://react-ta-input.pages.dev/docs)
## Features
✅ Simple API
✅ It is based on the [ta-input-spec](https://github.com/Open-Tech-Foundation/ta-input-spec) specification
✅ Virtual Keyboard
✅ Easy switch between `ta` & `System` inputs methods
## Upcoming
⏳ Drag virtual keyboard
⏳ Virtual Keyboard size variants
⏳ Option to pick various signs
⏳ Keyboard shortcut to change input language
## Installation
```sh
npm install @opentf/react-ta-input
```
```sh
yarn add @opentf/react-ta-input
```
```sh
pnpm add @opentf/react-ta-input
```
```sh
bun add @opentf/react-ta-input
```
## Usage
```js
import { useRef } from "react";
import { TaInput } from "@opentf/react-ta-input";
export default function App() {
const inputRef = useRef();
const handleChange = (value) => {
console.log(value);
};
return (
);
}
```
## License
Copyright (c) [Thanga Ganapathy](https://github.com/Thanga-Ganapathy) ([MIT License](./LICENSE)).