agentic-zi-ui
v0.2.1
Published
Safe React renderer for server-driven UI widgets.
Downloads
356
Readme
agentic-zi-ui
Safe React renderer for server-driven UI widgets.
Install
npm i agentic-zi-uiUsage
import { AgenticComponent } from "agentic-zi-ui";
<AgenticComponent
widgetJson={widgetFromServer}
onFlowEvent={(name, payload) => {
console.log(name, payload);
}}
/>;AgenticComponent supports widget-scoped CSS injection (cssText or cssUrl) so host apps do not need Tailwind installed.
Compatibility
ZijusCustomWidget is still exported for existing integrations.
