Components
ChatThread
ChatThread is a token-driven Sigil component in the developer and ai/product ui group.
Import
import { ChatThread } from "@sigil-ui/components";Preview
Usage
<ChatThread><ChatMessage role="user">Show me dialogs.</ChatMessage><ChatMessage role="assistant">Use Modal or ConfirmDialog.</ChatMessage></ChatThread>CLI
npx @sigil-ui/cli add chat-threadToken Integration
ChatThread follows the Sigil component rules: styles resolve from var(--s-*), class names are mergeable through className, and the component is exported from @sigil-ui/components.