0.1.62 • Published 10 months ago

@chatify/theme v0.1.62

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

@chatify/theme

chatify主题配置模块

安装

$ pnpm add @chatify/theme

Usage

import { ConfigProvider } from 'antd';
import { Chat } from 'chatify';

const Page = () => {
  return (
    <ConfigProvider
      theme={{
        token: {
          colorPrimary: '#f00',
          borderRadius: 1000,
        },
      }}
    >
      <Chat />
    </ConfigProvider>
  );
};
export default Page;

TODOs

  • 设计并实现 chatify design token
0.1.62

10 months ago