@blackmann/react-chat-input
v0.1.1
Published
The missing chat input for React.
Downloads
4
Readme
react-chat-input
The missing chat input for React.
- 🌀 Mentions
- 📑 File attachments
- 😊 Emoji picker
API
<ChatInput
autoCompleteProfiles={autoCompleteProfiles}
enableFormatting={false}
files={files}
onFilesChange={(files) => setFiles(files)}
/>
Please look at the input stories on the possible props/definitions.
Development
You can preview the chat input by running yarn ladle:servce
during development.