Chatbot
Plan
Collapsible card for displaying AI plan/task breakdown with streaming state indicator.
Implementation Plan
3 steps to complete the auth refactor
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| isStreaming | boolean | false | Whether plan is currently streaming |
| className | string | - | Additional CSS classes |
Import
import { Plan, PlanHeader, PlanTitle, PlanDescription, PlanContent, PlanFooter } from '@blastx/ui-ai';