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

https://github.com/agtlucas/react-ruby

React component for ruby tag
https://github.com/agtlucas/react-ruby

japanese-language javascript react reactjs reactjs-components typography

Last synced: 10 months ago
JSON representation

React component for ruby tag

Awesome Lists containing this project

README

          

# react-ruby [![npm version](https://img.shields.io/npm/v/react-ruby.svg)](https://www.npmjs.com/package/react-ruby)

React component for **ruby** tag.
For more information about the `ruby` tag, please check [here](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Ruby).

## Usage

```
yarn add react-ruby
```

```javascript
...
import Ruby from 'react-ruby'

const App = () => (

超電磁砲
(レールガン)

)
```

## Ruby props:

* position:
* `over`
* `under`
* `inter-character`

* align
* `start`
* `center`
* `space-between`
* `space-around`