1.0.0-alpha.9 • Published 8 months ago

@ant-design/x v1.0.0-alpha.9

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

The ready-made partner for building Copilot applications.

CI status codecov NPM version NPM downloads

Changelog · Report Bug · Request Feature · English · 中文

📦 Install

npm install @ant-design/x --save
yarn add @ant-design/x
pnpm add @ant-design/x

🔨 Usage

import React from 'react';
import { Bubble } from '@ant-design/x';

const App = () => <Bubble />;

export default App;