From b1089aee36aadc2a96a15b475d0761263af243ed Mon Sep 17 00:00:00 2001 From: Gabriel Francisco Date: Sat, 16 Dec 2023 04:04:44 -0300 Subject: [PATCH] Add `chat-embed` (#392) Co-authored-by: Lachlan Collins <1667261+lachlancollins@users.noreply.github.com> --- 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 fb0cf90..1b5c079 100644 --- a/src/routes/components/components.json +++ b/src/routes/components/components.json @@ -2376,6 +2376,14 @@ "category": "Forms & User Input", "tags": ["inputs and widgets", "forms", "interactions"] }, + { + "title": "chat-embed", + "repository": "https://github.com/mawa-ai/chat-embed", + "description": "A chat component made with svelte", + "npm": "chat-embed", + "category": "Forms & User Input", + "tags": ["components and libraries", "forms", "inputs and widgets"] + }, { "title": "YeSvelte", "repository": "https://github.com/yesvelte/yesvelte",