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?

11:44 PM
JD

Yes! The runes system looks really interesting!

11:47 PM
JD

Right? Such a big change from the previous reactive system

11:49 PM
JD

Have you tried migrating any projects to it yet?

11:52 PM
JD

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

11:54 PM
JD

Any breaking changes causing issues?

11:57 PM
JD

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

11:59 PM
JD

The performance improvements are impressive too

12:02 AM
JD

Yeah, the compiler optimizations are amazing. Much faster now

12:04 AM
JD

Looking forward to using it in my next project!

12:07 AM
JD

Installation

			jsrepo add ui/chat
		

Usage

CN Hello, World!

Acknowledgements

This component takes inspiration from jakobhoeg/shadcn-chat.