Chat

Components for creating live chats.

Component Source

Basic

JD
John Doe Active 2 mins ago
JD

Hey, did you see Svelte 5 just got released?

3:06 AM
JD

Yes! The runes system looks really interesting!

3:09 AM
JD

Right? Such a big change from the previous reactive system

3:11 AM
JD

Have you tried migrating any projects to it yet?

3:14 AM
JD

Just started with a small one. The migration guide is super helpful

3:16 AM
JD

Any breaking changes causing issues?

3:19 AM
JD

The new $state syntax took some getting used to, but its cleaner now

3:21 AM
JD

The performance improvements are impressive too

3:24 AM
JD

Yeah, the compiler optimizations are amazing. Much faster now

3:26 AM
JD

Looking forward to using it in my next project!

3:29 AM
JD

Installation

			jsrepo add ui/chat
		

Usage

CN Hello, World!

Acknowledgements

This component takes inspiration from jakobhoeg/shadcn-chat.