Get paste-ready component code
get_component_codeRetrieve production-ready component code for the requested framework, including ARIA-wired HTML, token-based CSS, or typed wrappers that forward required accessibility attributes.
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 typed wrappers that forward the accessibility attributes the spec requires.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Component id. | |
| framework | Yes | html: Reference markup with the required ARIA wiring in place. | css: The production stylesheet for this component, written against semantic tokens. | react: TypeScript React component with forwardRef and typed variant props. | vue: Vue 3 single-file component using the composition API. | svelte: Svelte 5 component using runes. | angular: Angular standalone component. | blazor: Blazor Razor component with typed parameters. | web-component: Framework-free custom element wrapping the same classes. |