Add leblog component

This commit is contained in:
Nick Goodall
2023-02-24 12:49:20 +00:00
committed by Patrick
parent 430483f94d
commit 4cb5bb708b

View File

@@ -2897,12 +2897,21 @@
"tags": ["integrations"],
"stars": 0
},
{
"title": "leblog",
"url": "https://leblog.dev",
"description": "Add a blog (or changelog) to any SvelteKit site.",
"npm": "leblog",
"addedOn": "2023-02-24",
"category": "Integration",
"stars": 0
},
{
"title": "html-svelte-parser",
"url": "https://github.com/PatrickG/html-svelte-parser",
"description": "HTML to Svelte parser.",
"description": "HTML to Svelte parser that works on both the server and the client.",
"npm": "html-svelte-parser",
"addedOn": "2022-12-01",
"addedOn": "2023-02-26",
"tags": ["components and libraries", "layout and structure", "rich text editor", "ssr", "templates", "tree", "typescript"],
"stars": 6
}