/react-chat-input

The missing chat input for React ⚛️

Primary LanguageTypeScript

react-chat-input

The missing chat input for React.

Preview

  • 🌀 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.