From 693c3ae3bed473ee7bc1200220399dfaeac57424 Mon Sep 17 00:00:00 2001 From: Sam Littlefair <31219208+samlfair@users.noreply.github.com> Date: Thu, 31 Aug 2023 19:27:47 +0200 Subject: [PATCH] Add `@prismicio/svelte` to components.json --- src/routes/components/components.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/routes/components/components.json b/src/routes/components/components.json index 7204b0648..07ee526ee 100644 --- a/src/routes/components/components.json +++ b/src/routes/components/components.json @@ -2386,5 +2386,13 @@ "npm": "svelte-tex", "category": "Developer Experience", "tags": ["components and libraries", "images"] + }, + { + "title": "@prismicio/svelte", + "repository": "https://github.com/prismicio/prismic-svelte", + "description": "Svelte components to render content from the Prismic API", + "npm": "https://npmjs.com/package/@prismicio/svelte", + "category": "Integration", + "tags": ["integrations", "images", "layout and structure"] } ]