npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

chat_zs

v0.1.1-rc.7

Published

Front-end AI scenario solution UI library based on Huawei DevUI Design.

Downloads

24

Readme

MateChat React 是 MateChat 的 React 版本, 它是一个基于华为 DevUI 设计的前端 AI 场景解决方案 UI 库。

npm Version npm Downloads License

English | 简体中文


介绍

MateChat React 是一个专为 AI 场景打造的 React 组件库,适用于聊天助手、提示工程工具、Agent 框架等场景。 这是 MateChat 的 React 版本,保持一致的功能与风格。

MateChat 基于 华为 DevUI Design,提供现代视觉语言、一致的用户体验以及良好的可扩展性。

了解更多请访问 MateChat React 网站: MateChat React


特性

  • 🧠 为 AI 交互和提示工程设计
  • 🎨 基于 DevUI 设计体系
  • ⚛️ 完全基于 TypeScript 类型支持
  • 🌗 内置浅色/深色主题切换
  • 🔌 高度可定制与灵活性

快速开始

# npm
npm install @matechat/react

# or pnpm
pnpm add @matechat/react
import { Bubble } from "@matechat/react";
import avatar from "./avatar.png";

export default function BubbleDemo() {
  return (
    <div className="bubble-chat">
      <div className="bubble-row left">
        <img src={avatar} alt="Bot" className="avatar" />
        <Bubble text="您好,请问有什么可以帮您?" />
      </div>
      <div className="bubble-row right">
        <Bubble text="我想了解一下产品功能!" />
        <img src={avatar} alt="User" className="avatar" />
      </div>
      <div className="bubble-row left">
        <img src={avatar} alt="Bot" className="avatar" />
        <Bubble text="好的,请稍等..." isPending />
      </div>
    </div>
  );
}

文档

文档仍在完善中,如果有任何疑问或建议,欢迎在 GitCodeGitHub 提 issue。 由于项目仍在开发中,部分功能和文档可能会有调整。

可关注进展:#5


Star 趋势

Star History Chart


如何贡献

我们欢迎各种形式的贡献:

  • 提交 bug 或需求 issue
  • 创建 pull request
  • 帮助完善文档或翻译

贡献者:


联系我们

| MateChat React 技术交流群 | SOA 技术交流群 | | :------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------: | | | |


License

该项目已获得 MIT 许可.