An open API service indexing awesome lists of open source software.

https://github.com/appleple/react-hiragana-picker

React Component to pick Japanese Character (Hiragana)
https://github.com/appleple/react-hiragana-picker

Last synced: about 1 month ago
JSON representation

React Component to pick Japanese Character (Hiragana)

Awesome Lists containing this project

README

          

# React Hiragana Picker

## ScreenShot

![](./screenshot.png)

## Usage

```js
import { render } from 'react-dom'
import * as React from 'react';
import HiraganaPicker from 'react-hiragana-picker';
import 'react-hiragana-picker/css/index.css';

render(
{
console.log(value);
}}
/>
, document.getElementById('app'));
```