🚧 MateChat React 文档仍在开发中

快速开始

前置条件

MateChat React 是一个 React 前端组件和助手库,我们建议您使用 React 18 或以上版本。

如果您正在寻找 MateChat 的 Vue 版本,请访问MateChat Vue

快速开始

如果你希望尝试一个全新的 MateChat React,欢迎使用 MateChat 脚手架来创建一个模板项目。

npm
yarn
pnpm
bun
deno
npm create matechat@latest

安装

我们推荐使用 shadcn/ui CLI 来获得更好的开发体验,方便组件的定制和管理。请参考 shadcn/ui 安装指南 配置 shadcn/ui。

例如,使用 shadcn/ui CLI 安装Bubble组件:

pnpm dlx shadcn@latest add https://matechat.noctisynth.org/r/bubble.json

更多组件请浏览组件部分。

npm
yarn
pnpm
bun
deno
npm add @matechat/react

查找组件

所有可用组件都在组件部分有文档。