Skip to content

Commit

Permalink
add svelte actions library (#706)
Browse files Browse the repository at this point in the history
* add svelte actions package

* removing design-system category
  • Loading branch information
gzimbron authored Nov 5, 2024
1 parent 459b04a commit 2bd4a92
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/routes/packages/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3151,5 +3151,12 @@
"description": "Build wordpress plugin admin interface with SvelteKit",
"npm": "sveltekit-adapter-wordpress-admin",
"categories": ["sveltekit-adapters"]
},
{
"title": "Svelte Actions",
"repository": "https://github.com/gzimbron/svelte-actions",
"description": "Svelte Actions is a package that includes a variety of Svelte actions to streamline the development of your applications.",
"npm": "@gzim/svelte-actions",
"categories": ["user-interaction"]
}
]

0 comments on commit 2bd4a92

Please sign in to comment.