Framework export
Solid
Solid 1.9 with Vite library mode. Reactive typed TSX components with CSS Modules where required.
| Component path | src/components/ComponentName.tsx |
|---|---|
| Primary extension | .tsx |
| Theme | src/theme.ts |
| Visual harness | Package 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 Solid directly.