@rixx-ui/react
v0.1.0-alpha.0
Published
Streaming generative UI renderer for React AI responses.
Downloads
163
Maintainers
Readme
@rixx-ui/react
Safe streaming React renderers for Markdown and compact Rixx UI responses.
import { RUIRenderer } from "@rixx-ui/react";
import "@rixx-ui/react/styles.css";
<RUIRenderer data={trustedData} streamStatus={status} onAction={handleAction}>
{ruiSource}
</RUIRenderer>;For prose-only paths:
import { MarkdownRenderer } from "@rixx-ui/react/markdown";
<MarkdownRenderer status={status}>{markdown}</MarkdownRenderer>;Server-safe instruction and source helpers are exported from
@rixx-ui/react/server.
See the repository README for the product boundary, security model, Studio, and development documentation.
