OptionalsafeRender @demo previews inertly: the markup is shown inside a sandboxed
(sandbox, no scripts) <iframe srcdoc> instead of being injected live
into the page. Use this when documenting components you don't fully trust
(e.g. via the MCP server), so a @demo block can't run script in the
generated page. Default false (the live preview the CLI emits for the
author's own component). See security-findings #3.
OptionalscriptOverride the component module src in the page. Default: ./dist/${tagName}.js.
OptionalstylesheetPage stylesheet: an external { href }, inline { inline } CSS, or 'none'. Default: PicoCSS CDN.
Options controlling the generated documentation page.