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

1.1.3 • Public • Published

react-fukidashi

💭 react speech balloon component

npm version gh-pages CI Publish CI

Demo

demo

Usage

npm install react-fukidashi
import { Fukidashi } from 'react-fukidashi';
import 'react-fukidashi/style.css';

<Fukidashi placement="bottom" text="喋る内容">
  ... // base contents
</Fukidashi>

props

Property Type Default Description Required
text string or string[] speeching text yes
placement top or right or bottom or left top speech bubble placement no

future

  • コンポーネントを複数設置してキュー順に会話できるようになるといいね

License

MIT ©ivgtr

Twitter Follow MIT License Donate

Readme

Keywords

Package Sidebar

Install

npm i react-fukidashi

Weekly Downloads

3

Version

1.1.3

License

MIT

Unpacked Size

15.8 kB

Total Files

15

Last publish

Collaborators

  • ivgtr