Component Categories
Conversation
Chat message container and display
Prompt Input
User input form and textarea
Dynamic UI
Persistent action buttons
Confirmation
Action approval dialogs
Import
All components export from the main assistant entry point:Styling
Components use CSS classes that you can style with your own CSS or Tailwind. TheAssistantRoot component provides Shadow DOM isolation if needed.
Composition Pattern
Components follow a composition pattern. Build your UI by combining smaller pieces:Building Custom UIs
You don’t have to use these components. TheuseAssistant hook gives you everything needed to build your own: