Thinking
Thinking component for displaying collapsible thought processes or detailed content, commonly used in AI conversation scenarios to show model reasoning steps or reference sources. It provides smooth height transition animations and supports custom titles and action buttons. This component can be combined with other components in various ways.
Basic Usage
ThoughtChainBase Component
Slot Usage
Props
| Property | Description | Type | Default |
|---|---|---|---|
| v-model | Whether expanded | boolean | false |
| title | Title | string | - |
Slots
| Slot Name | Description |
|---|---|
| default | Thinking process content |
| title | Custom title content |
| action | Custom action area content |