How can developers install Ant Design X?

Question

Answers ( 1 )

    0
    2025-04-01T15:48:55+00:00

    Developers can install Ant Design X using the following package managers:
    - **npm**: `npm install @ant-design/x --save`
    - **yarn**: `yarn add @ant-design/x`
    - **pnpm**: `pnpm add @ant-design/x`

    For browser usage, it can be imported via script and link tags, with the global variable `antd`. The files are hosted on [cdn.jsdelivr.net](https://cdn.jsdelivr.net/npm/@ant-design/[email protected]/dist/).

Leave an answer