npx degit https://github.com/json-schema-form-element/examples jsfe-examples
cd jsfe-examples
npm i
npm run dev
See all components implementations for:
- TypeScript (no UI framework)
- Solid
- Lit
- Vue
- Astro (SSR)
latest
| next
(canary)
DIST_TAG=next ; \
pnpm install \
@jsfe/carbon@$DIST_TAG \
@jsfe/material@$DIST_TAG \
@jsfe/shoelace@$DIST_TAG \
@jsfe/system@$DIST_TAG \
@jsfe/wired@$DIST_TAG
Assuming:
├── examples
└── jsfe
pnpm install \
../jsfe/packages/carbon \
../jsfe/packages/material \
../jsfe/packages/shoelace \
../jsfe/packages/system \
../jsfe/packages/wired
- See the documentation.
- See the playground.