JSPM

  • Created
  • Published
  • Downloads 18695
  • Score
    100M100P100Q138455F
  • License MIT

Crafting AI-driven interfaces with React, seamlessly integrating smart chat components and API services at your fingertips.

Package Exports

  • @ant-design/x
  • @ant-design/x/es/index.js
  • @ant-design/x/lib/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@ant-design/x) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Ant Design X

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;