mantine-chat-components
v0.2.3
Published
Chat UI components built on Mantine
Downloads
752
Readme
mantine-chat-components
Chat UI primitives for React, built on Mantine: Chat (layout), ChatMessages (scrollable list), ChatMessage (user/assistant bubbles), and ChatInput (composer with send).
Documentation: pradip-v2.github.io/mantine-chat-components
Install
yarn add mantine-chat-components @mantine/core @mantine/hooksImport styles once (e.g. in your app root):
import 'mantine-chat-components/styles.css';Peer dependencies: @mantine/core ≥ 7, @mantine/hooks ≥ 7, React 18 or 19.
Development (this repo)
This repository uses the Mantine extension template layout: the publishable package lives under package/, and the Next.js docs site lives under docs/.
yarn— install dependenciesyarn build— build the library (package/dist)yarn dev— documentation siteyarn storybook— Storybook for componentsyarn test— format, typecheck, lint, and tests
License
MIT
