<div align="center"><a name="readme-top"></a>

<img height="180" src="https://www.antdv-next.com/antdv-next.svg">

<h1>Antdv Next</h1>

Antdv Next is a Vue 3 enterprise component library built on the Ant Design design system.

</div>

## ✨ Features

- 🌈 Enterprise-class UI designed for web applications.
- 📦 A set of high-quality Vue3 components out of the box.
- 🛡 Written in TypeScript with predictable static types.
- ⚙️ Whole package of design resources and development tools.
- 🌍 Internationalization support for dozens of languages.
- 🎨 Powerful theme customization based on CSS-in-JS.

## 🖥 Environment Support

- Modern browsers
- Server-side Rendering
- [Electron](https://www.electronjs.org/)

| [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="Edge" width="24px" height="24px" />](https://godban.github.io/browsers-support-badges/)<br>Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](https://godban.github.io/browsers-support-badges/)<br>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](https://godban.github.io/browsers-support-badges/)<br>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](https://godban.github.io/browsers-support-badges/)<br>Safari | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/electron/electron_48x48.png" alt="Electron" width="24px" height="24px" />](https://godban.github.io/browsers-support-badges/)<br>Electron |
| --- | --- | --- | --- | --- |
| Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions |

## 📦 Install

```bash
npm install antdv-next
```

```bash
yarn add antdv-next
```

```bash
pnpm add antdv-next
```

```bash
bun add antdv-next
```

## Acknowledgements

Antdv Next is inspired by and built upon the following open-source projects.

- [Ant Design](https://ant.design/)
- [Vue.js](https://vuejs.org/)
- [Vite](https://vitejs.dev/)

## Contribute

We are very welcome to have you participate in our open source project.

**Pull Request:**

1. Fork code!
2. Create your own branch: `git checkout -b feat-xxxx`
3. Submit your changes: `git commit -am 'feat(function): add xxxxx'`
4. Push your branch: `git push origin feat-xxxx`
5. submit`pull request`

Thank you to all the people who already contributed to Antdv Next!

<a href="https://github.com/antdv-next/antdv-next/graphs/contributors">
  <img src="https://contrib.rocks/image?repo=antdv-next/antdv-next&max=100&columns=15" />
</a>
