React SDK playground
How docs and the live theme playground work together for runtime experimentation, theme export, and component validation.
Enad docs explains. The playground experiments.
Enad docs is the home for guidance, agent summaries, and package-versioned documentation. The live playground remains the runtime lab for sandboxing, theme editing, share URLs, visual examples, and export flows.
What belongs in docs
Docs owns provider setup guidance, theming concepts, component-set and resolver mental models, component selection, Storyblok storefront boundaries, curated examples, agent guides, and reference surfaces.
What belongs in the live playground
The live playground owns sandbox usage, theme editing, share URLs, component experimentation, runtime examples, visual verification, theme export flows, live-data source panels, and resolver-backed app lookup.
Open the live sandbox at sdk.enad.io/sandbox.
Theme export workflow
- Choose a component set and tokens in the playground.
- Copy the exported setup snippet.
- Restore rich state with
EnadThemeProvider hash=\{themeHash\}. - Use
componentSet="..."directly only when the app needs a structural set without richer hash state.
Live-data workflow
The playground can connect to live data for experimentation. Consumer apps should not copy playground-only inspection controls. When building a real app, wire EnadProvider and client/search configuration from the package APIs and package reference.
How docs link to the playground
Component docs include live playground links. Use those links to test component behavior, theme state, and visual variants after reading the docs guidance.