Skip to content

AgtLucas/react-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-ruby npm version

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

Releases

No releases published

Packages

No packages published