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/blob/main/LICENSE"> <img src="https://img.shields.io/npm/l/tdesign-vue.svg?sanitize=true" alt="License"> </a> <a href="https://app.codecov.io/gh/Tencent/tdesign-vue"> <img src="https://img.shields.io/codecov/c/github/Tencent/tdesign-vue/develop.svg?style=flat-square" alt="codecov"> </a> <a href="https://www.npmjs.com/package/tdesign-vue"> <img src="https://img.shields.io/npm/v/tdesign-vue.svg?sanitize=true" alt="Version"> </a> <a href="https://www.npmjs.com/package/tdesign-vue"> <img src="https://img.shields.io/npm/dm/tdesign-vue" alt="Downloads"> </a> </p>

English | įŽ€äŊ“中文

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

🎉 Features

đŸ“Ļ Installation

npm i tdesign-vue  // for vue 2.6
npm i tdesign-vue@naruto  // for vue 2.7

🔨 Usage

import Vue from 'vue';
import TDesign from 'tdesign-vue';

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

Vue.use(TDesign);

The package of tdesign-vue 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 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 >=91Firefox >=83Chrome >=91Safari >=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/graphs/contributors"> <img src="https://contrib.rocks/image?repo=tencent/tdesign-vue" /> </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/vue2-group.png" width="200" />

License

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