ReasoningBlock
Each example below is a real component instance — flip the theme toggle to see how it adapts.
Default#
Loading…
Expanded#
Loading…
Props#
| Prop | Type | Default | Description |
|---|---|---|---|
| label | ReactNode | — | Override the heading label (defaults to `Reasoning · N steps`). |
| stepCount | number | undefined | — | Visible step count when label is auto. Defaults to children length. |
| duration | ReactNode | — | Visible duration label (e.g., `1.8s`). |
| open | boolean | undefined | — | |
| defaultOpen | boolean | undefined | false | |
| onOpenChange | ((open: boolean) => void) | undefined | — |