ChatInput

Auto-growing message composer with action bar. Compound: ChatInput + ChatInput.TextArea + ChatInput.ActionBar + ChatInput.Action.

Preview

Usage

import { ChatInput } from '@ramtt/ui'

<ChatInput>
  <ChatInput.TextArea placeholder="Reply..." value={text} onChange={setText} onSubmit={send} />
  <ChatInput.ActionBar>
    <ChatInput.Action icon={<AttachIcon />} label="Attach" />
    <ChatInput.Action icon={<SendIcon />} label="Send" onClick={send} />
  </ChatInput.ActionBar>
</ChatInput>

Props

PropTypeDefaultDescription
children*ReactNodeTextArea + ActionBar
classNamestringAdditional Tailwind classes on the rounded shell