Skip to content

Commit

Permalink
Add new ecosystem packages (#574)
Browse files Browse the repository at this point in the history
* Add new notable packages

* Mark Bits UI as design-system
  • Loading branch information
lachlancollins authored Jan 11, 2024
1 parent addb85a commit 2625f37
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion src/routes/packages/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2758,7 +2758,7 @@
"repository": "https://github.com/huntabyte/bits-ui",
"description": "The headless components for Svelte.",
"npm": "bits-ui",
"categories": ["ui-components"]
"categories": ["design-system", "ui-components"]
},
{
"title": "Formsnap",
Expand Down Expand Up @@ -2878,5 +2878,26 @@
"description": "Playwright plugin which can test your Svelte components",
"npm": "@playwright/experimental-ct-svelte",
"categories": ["images", "ui-components"]
},
{
"title": "Vaul Svelte",
"repository": "https://github.com/huntabyte/vaul-svelte",
"description": "An unstyled drawer component for Svelte.",
"npm": "vaul-svelte",
"categories": ["ui-components", "user-interaction"]
},
{
"title": "svelte-client-components",
"repository": "https://github.com/paoloricciuti/svelte-client-components",
"description": "Preprocessor for svelte that allows you to annotate a component as a client component with the extension `.client.svelte`",
"npm": "svelte-client-components",
"categories": ["build-plugins"]
},
{
"title": "Svelte Interactions",
"repository": "https://github.com/svecosystem/svelte-interactions",
"description": "Streamlined interaction events for Svelte",
"npm": "svelte-interactions",
"categories": ["user-interaction"]
}
]

0 comments on commit 2625f37

Please sign in to comment.