1.0.0 • Published 7 years ago

react-ruby v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

react-ruby

React component for ruby tag. For more information about the ruby tag, please check here.

Usage

yarn add react-ruby
...
import Ruby from 'react-ruby'

const App = () => (
  <Ruby position='over' align='space-around'>
    <rb>超電磁砲</rb>
    <rp>(</rp><rt>レールガン</rt><rp>)</rp>
  </Ruby>
)

Ruby props:

  • position:

    • over
    • under
    • inter-character
  • align

    • start
    • center
    • space-between
    • space-around