AppBar
Top header bar for the chat. Reads the theme.appbar class string and renders arbitrary content.
Import
import { AppBar } from 'reachat';
Props
| Prop | Type | Default | Description |
|---|---|---|---|
content | ReactNode | — | Content to display |
theme | ChatTheme | chatTheme | Per-instance theme override |
Usage
<AppBar
content={
<div className="flex w-full items-center justify-between">
<Logo />
[Description truncada. Veja o README completo no GitHub.]