Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add some missing components and templates #528

Merged
merged 2 commits into from
Dec 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 26 additions & 2 deletions src/routes/components/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
},
{
"title": "svelte-virtual-table",
"description": "A virtual, sortable table for Svelte ",
"description": "A virtual, sortable table for Svelte",
"repository": "https://github.com/BernhardWebstudio/svelte-virtual-table",
"npm": "svelte-virtual-table",
"tags": ["components and libraries"],
Expand Down Expand Up @@ -2330,7 +2330,7 @@
},
{
"title": "sveltekit-search-params",
"repository": "https://github.com/paoloricciuti/sveltekit-search-params ",
"repository": "https://github.com/paoloricciuti/sveltekit-search-params",
"description": "The best way to read and WRITE from query params in sveltekit.",
"npm": "sveltekit-search-params",
"category": "Stores",
Expand Down Expand Up @@ -2795,5 +2795,29 @@
"npm": "@mavthedev/svodals",
"category": "User Interaction",
"tags": ["modals"]
},
{
"title": "svelte-persisted-store",
"repository": "https://github.com/joshnuss/svelte-persisted-store",
"description": "A Svelte store that persists to localStorage",
"npm": "svelte-persisted-store",
"category": "Stores",
"tags": ["stores and state"]
},
{
"title": "svelte-stripe",
"repository": "https://github.com/joshnuss/svelte-stripe",
"description": "Everything you need to add Stripe Elements to your Svelte project.",
"npm": "svelte-stripe",
"category": "Integration",
"tags": ["integrations"]
},
{
"title": "vite-plugin-kit-routes",
"repository": "https://github.com/jycouet/kitql/tree/main/packages/vite-plugin-kit-routes",
"description": "Automatically updates route references in SvelteKit projects",
"npm": "vite-plugin-kit-routes",
"category": "Developer Experience",
"tags": ["validation"]
}
]
18 changes: 16 additions & 2 deletions src/routes/templates/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@
{
"title": "SvelteKit with Prisma and AuthJS",
"repository": "https://github.com/KoljaL/SK-AuthJS",
"description": "Just to try out the new way to authorizes with a common library ",
"description": "Just to try out the new way to authorizes with a common library",
"category": "SvelteKit",
"tags": ["database", "typescript", "integrations"]
},
Expand Down Expand Up @@ -776,8 +776,22 @@
"title": "sveltekit-shadcn-ai",
"url": "https://github.com/juliuslipp/sveltekit-shadcn-ai",
"repository": "https://github.com/juliuslipp/sveltekit-shadcn-ai",
"description": " The SvelteKit-Shadcn-UI-AI starter template is an innovative project combining Svelte, AI, and a range of web technologies, powered by Bun as its efficient package manager. It's an evolving toolkit ideal for developers looking to explore AI integrations and the streamlined capabilities of Svelte.",
"description": "The SvelteKit-Shadcn-UI-AI starter template is an innovative project combining Svelte, AI, and a range of web technologies, powered by Bun as its efficient package manager. It's an evolving toolkit ideal for developers looking to explore AI integrations and the streamlined capabilities of Svelte.",
"category": "SvelteKit",
"tags": ["templates", "blog", "database", "mdsvex", "markdown", "typescript"]
},
{
"title": "svelte-library-template",
"repository": "https://github.com/lachlancollins/svelte-library-template",
"description": "Template to use svelte-package for library development.",
"category": "Svelte",
"tags": ["templates", "typescript", "testing"]
},
{
"title": "KitForStartups",
"repository": "https://github.com/okupter/kitforstartups",
"description": "A starter kit for building and shipping fast, secure, and scalable full stack SaaS applications with SvelteKit and TypeScript.",
"category": "SvelteKit",
"tags": ["templates", "typescript"]
}
]
2 changes: 1 addition & 1 deletion src/routes/tools/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@
{
"title": "walk-and-graph-svelte-components",
"repository": "https://github.com/j2l/walk-and-graph-svelte-components",
"description": "CLI node script to walk svelte and js files, to draw a beautiful JPG of your dependencies aka \"imports\". No external dependency, only FS (Node). ",
"description": "CLI node script to walk svelte and js files, to draw a beautiful JPG of your dependencies aka \"imports\". No external dependency, only FS (Node).",
"category": "Debugging",
"tags": []
},
Expand Down