Skip to content

@json-render/shadcn-svelte@0.16.0

Choose a tag to compare

@github-actions github-actions released this 28 Mar 01:22
· 13 commits to main since this release
9adcc09

Minor Changes

  • 519a538: Add Next.js renderer and shadcn-svelte component library.

    New:

    • @json-render/next -- Next.js renderer that turns JSON specs into full Next.js applications with routes, layouts, SSR, metadata, data loaders, and static generation. Client and server entry points at @json-render/next and @json-render/next/server. Includes built-in Link, Slot, error boundary, loading, and not-found components.
    • @json-render/shadcn-svelte -- Pre-built shadcn-svelte components for json-render Svelte apps. 36 components built on Svelte 5 + Tailwind CSS with state binding, validation, and action support. Server-safe catalog at @json-render/shadcn-svelte/catalog.

Patch Changes

  • Updated dependencies [519a538]
    • @json-render/core@0.16.0
    • @json-render/svelte@0.16.0