react-native-furi
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

react-native-furi

Japanese Furigana component for react-native

Installation

yarn add react-native-furi

Basic Usage

import Furi from 'react-native-furi'

Code

  <Furi
    style={{  }}
    value={[
      { value: "北海道", furi: 'ほっかいどう' },
      { value: "ほっかいどう", furi: '' },
    ]}
    valueStyle={{
      // fontFamily: '',
      color: 'black',
      borderColor: 'black',
      borderWidth: 0,
    }}
    furiStyle={{
      // fontFamily: '',
      borderColor: 'red',
      borderWidth: 0,
    }}
    showFuri={true}
    mode="right"
    size={13}
  />

android App

https://play.google.com/store/apps/details?id=org.eseom.ikoitiniti

Dependencies (0)

    Dev Dependencies (5)

    Package Sidebar

    Install

    npm i react-native-furi

    Weekly Downloads

    40

    Version

    0.0.2

    License

    MIT

    Unpacked Size

    2.76 kB

    Total Files

    4

    Last publish

    Collaborators

    • eseom