Response
The Response component renders a Markdown response from a large language model. It uses Streamdown under the hood to render the markdown.
Installation
If you prefer using jsrepo, please install via the command below:
Props
Response
| Name | Type | Default |
|---|---|---|
class | string | |
content | string | |
shikiTheme | string | |
baseTheme | string | 'shadcn' |
...restProps | StreamdownProps | |