Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/refzlund/svelte-object

A nested component svelte store pattern
https://github.com/refzlund/svelte-object

Last synced: 3 months ago
JSON representation

A nested component svelte store pattern

Awesome Lists containing this project

README

        





👉   Define objects in your markup-structure!
💫   Driven by Svelte 5's runes for highly robust code
🔥   Handles submit events and validation



   
Made for Svelte 5


Get started with literal wizardry!🧙‍♂️


bun add -D svelte-object  /  npm i -D svelte-object  /  pnpm add -D svelte-object




This could be your code See REPL

```html

An array of pets

{#snippet item(prop)}

Pets name
Pets age

{/snippet}
pets.push({})}> Add pet

```


> **Note**
> What are you waiting for? [Get Started](https://github.com/Refzlund/svelte-object/wiki/Basic-Usage)!