@nkstack/refract-runtime-client
v0.0.0
Published
Browser runtime UI for Refract.
Readme
@nkstack/refract-runtime-client
Browser runtime UI for Refract.
This package renders selection mode, overlay, and action menu in a runtime ShadowRoot. Each plugin panel is mounted in its own dedicated ShadowRoot.
Install
pnpm add @nkstack/refract-runtime-clientExports
initToolRuntime(...)RefractBootstrapReact component
Usage
import { RefractBootstrap } from "@nkstack/refract-runtime-client";
<RefractBootstrap
plugins={runtimePlugins}
defaultPluginId="tailwind-editor"
serverEndpoint="/api/refract/plugin"
/>;Disclaimer
Most of the code in this repository was generated with AI assistance. All generated output was reviewed and supervised by humans.
