KlaydDocumentation

Framework export

Qwik

Qwik 1.11 with resumable library output. Qwik TSX components using resumable event handlers.

Component pathsrc/components/ComponentName.tsx
Primary extension.tsx
Themesrc/theme.ts
Visual harnessPackage quality gates

Install and validate

npm install
npm run typecheck --if-present
npm run lint --if-present
npm run test --if-present
npm run ci:quality --if-present
npm run package:build --if-present

Consume the package

import { Button } from 'your-kit'

Generated delivery files

The ZIP contains GitHub, Bitbucket, and Azure CI definitions, a delivery manifest, release-note tooling, and rollback instructions. React and Vue additionally include Storybook and browser visual-regression configuration.

Framework-native output

Klayd does not wrap every target in a React runtime. Events, templates, and package metadata are emitted for Qwik directly.