0.0.5 • Published 1 month ago

fish-bubble-chat-editor v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

安装

 # NPM
$ npm install fish-bubble-chat-editor
# Yarn
$ yarn add fish-bubble-chat-editor
# pnpm
$ pnpm install fish-bubble-chat-editor

使用

// main.tsx
import "fish-bubble-chat-editor/dist/index.css";
import FbChatEditor from "fish-bubble-chat-editor";

<FbChatEditor />;

API

Editor props

参数说明类型默认值
placeholder提示占位符string——
className扩展类名string——
toolbarRender自定义工具栏内容() => ReactNode——
onSend点击发送按钮事件() => ReactNode——
onEnterDown键盘回车事件Function——
onChange输入框内容变化时Function——

Editor Methods

名称说明类型
getValue获取输入框值() => string
setValue设置输入框值(val: string) => void
clear清空输入框值() => void
focus获取焦点() => void
blur失去焦点() => void
0.0.5

1 month ago

0.0.4

1 month ago

0.0.3

1 month ago

0.0.2

1 month ago

0.0.1

1 month ago