Skip to content

json-schema-form-element/examples

Repository files navigation

📝  JSON Schema Form Element - Examples

Quick start

npx degit https://github.com/json-schema-form-element/examples jsfe-examples cd jsfe-examples npm i npm run dev 

Open in StackBlitz


Preview

See all components implementations for:

  • TypeScript (no UI framework)
  • Solid
  • Lit
  • Vue
  • Astro (SSR)

Try different releases tag

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

Install for poly-repo - Local dev testbed

Assuming:

├── examples └── jsfe
pnpm install \	../jsfe/packages/carbon \	../jsfe/packages/material \	../jsfe/packages/shoelace \	../jsfe/packages/system \	../jsfe/packages/wired

About

JSFE implementation examples. Vanilla, Astro, Solid, React, Vue, Svelte.

Resources

Stars

Watchers

Forks