https://github.com/blackmann/react-chat-input
The missing chat input for React ⚛️
https://github.com/blackmann/react-chat-input
chat input react
Last synced: 11 months ago
JSON representation
The missing chat input for React ⚛️
- Host: GitHub
- URL: https://github.com/blackmann/react-chat-input
- Owner: blackmann
- Created: 2022-11-07T20:02:30.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T18:30:59.000Z (over 3 years ago)
- Last Synced: 2025-05-12T07:43:30.419Z (about 1 year ago)
- Topics: chat, input, react
- Language: TypeScript
- Homepage:
- Size: 489 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-chat-input
The missing chat input for React.

- 🌀 Mentions
- 📑 File attachments
- 😊 Emoji picker
## API
```jsx
setFiles(files)}
/>
```
Please look at the [input stories](./src/components/ChatInput.stories.tsx) on the possible props/definitions.
## Development
You can preview the chat input by running `yarn ladle:servce` during development.