Get paste-ready component code
get_component_codeGet production code for a component in your chosen framework: ARIA-wired HTML, token-based CSS, or editable recipes with lifecycle wiring. Inspect metadata for dependencies and app responsibilities.
Instructions
Production code for a component in the requested framework. HTML returns reference markup with the required ARIA wiring; CSS returns the production stylesheet written against semantic tokens; framework options return editable reference recipes with native markup and lifecycle wiring. Inspect implementation metadata for dependencies and application responsibilities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Component id. | |
| framework | Yes | html: Reference markup. Load sekura.css and the behaviour bundle, then call Sekura.enhance(). | css: Component CSS. Read implementation.cssDependencies for required child styles, or load sekura.css. | react: React TypeScript reference recipe with native markup, unique IDs, editable children and controller cleanup. | vue: Vue reference recipe with native markup, slots and controller cleanup. | svelte: Svelte reference recipe with native markup, snippets and controller cleanup. | angular: Angular standalone reference component with native markup and controller cleanup. | blazor: Blazor reference component. Requires the IIFE bundle and the documented JS lifecycle bridge. | web-component: Light-DOM reference element with native markup and controller cleanup. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ||
| version | Yes | ||
| framework | Yes | ||
| componentId | Yes | ||
| schemaVersion | Yes | ||
| implementation | Yes | ||
| initialization | Yes | ||
| requiredStylesheets | Yes |