Home

Awesome

<p align="center"> <a href="https://tdesign.tencent.com/" target="_blank"> <img alt="TDesign Logo" width="200" src="https://tdesign.gtimg.com/site/TDesign.png"> </a> </p> <p align="center"> <a href="https://github.com/Tencent/tdesign-vue-next/blob/develop/LICENSE"> <img src="https://img.shields.io/npm/l/tdesign-vue-next.svg?sanitize=true" alt="License"> </a> <a href="https://www.npmjs.com/package/tdesign-vue-next"> <img src="https://img.shields.io/npm/v/tdesign-vue-next.svg?sanitize=true" alt="Version"> </a> <a href="https://www.npmjs.com/package/tdesign-vue-next"> <img src="https://img.shields.io/npm/dm/tdesign-vue-next" alt="Downloads"> </a> </p>

English | įŽ€äŊ“中文

TDesign Vue Next is a UI component library for Vue 3 and desktop application.

🎉 Features

đŸ“Ļ Installation

npm i tdesign-vue-next

🔨 Usage

import { createApp } from 'vue';
import { Button } from 'tdesign-vue-next';

import 'tdesign-vue-next/es/style/index.css';

import App from './app.vue';

const app = createApp(App);
app.use(Button);

The package of tdesign-vue-next provides kinds of bundles, read the documentation for the detail of differences between bundles.

Quick Start

Visit TDesign Starter to experience in the application built with TDesign Vue Next UI components.

Browser Support

<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="IE / Edge" width="24px" height="24px" /></br> IE / Edge<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" /></br>Firefox<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" /></br>Chrome<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" /></br>Safari
Edge >=84Firefox >=83Chrome >=84Safari >=14.1

Read our browser compatibility for more details.

TDesign component libraries

TDesign also provides component libraries for other platforms and frameworks.

Contributing

Contributing is welcome. Read guidelines for contributing before submitting your Pull Request.

Contributors

<a href="https://github.com/tencent/tdesign-vue-next/graphs/contributors"> <img src="https://contrib.rocks/image?repo=tencent/tdesign-vue-next" /> </a>

Feedback

Create your Github issues or scan the QR code below to join our user groups

<img src="https://raw.githubusercontent.com/Tencent/tdesign/main/packages/components/src/images/groups/vue3-group.png" width="200" />

License

The MIT License. Please see the license file for more information.