How can developers install Ant Design X?
Question
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Lorem ipsum dolor sit amet, consectetur adipiscing elit.Morbi adipiscing gravdio, sit amet suscipit risus ultrices eu.Fusce viverra neque at purus laoreet consequa.Vivamus vulputate posuere nisl quis consequat.
Answers ( 1 )
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/).