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