Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/refzlund/svelte-object
- Owner: Refzlund
- Created: 2022-10-02T10:12:14.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-01T22:11:21.000Z (3 months ago)
- Last Synced: 2024-10-09T10:19:11.309Z (3 months ago)
- Language: Svelte
- Homepage: http://npmjs.com/package/svelte-object
- Size: 194 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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)!