Response
Server ComponentStreaming-friendly host for assistant markdown.
Import
tsx
import { Response } from "@cronus-ui/ui";
bash
npx cronus-ui add response
Examples
API Reference
Generated from the component's exported types.
ResponseProps
Extends HTMLAttributes<HTMLDivElement>
| Prop | Type | Default | Description |
|---|---|---|---|
ref | Ref<HTMLDivElement> | — | Ref forwarded to the underlying DOM node. |
children | ReactNode | — | Contents of the component. |