0.0.5 • Published 1 month ago

chatdemo-type v0.0.5

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

chatdemo-type

对话框组件

Development

# 安装
$ npm i chatdemo-type
使用
import { Chat } from 'chatdemo-type'
const Demo = () =>
    return(
        <div>
            <Chat chatUrl="http://localhost:3000" imgUrl="xxx" />
        </div>;
    )
export default Demo

LICENSE

MIT