Skip to content

liect/tdesign-vue-next

This branch is 387 commits behind Tencent/tdesign-vue-next:develop.

Folders and files

NameName
Last commit message
Last commit date
Jun 26, 2024
Jun 27, 2022
Mar 6, 2024
May 7, 2024
May 16, 2024
May 7, 2024
Jun 23, 2024
Jun 21, 2024
May 12, 2022
Feb 19, 2024
May 30, 2023
Aug 7, 2022
Nov 25, 2021
Jun 7, 2024
Mar 18, 2022
Jan 8, 2024
Dec 16, 2021
Dec 10, 2023
Mar 14, 2024
Mar 14, 2024
Nov 25, 2021
May 24, 2022
Apr 12, 2024
Sep 16, 2021
Jan 18, 2022
Jun 7, 2024
Aug 16, 2021
Feb 19, 2024

Repository files navigation

TDesign Logo

License Version Downloads

English | 简体中文

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

🎉 Features

  • Desktop application interaction
  • High quality UI components for Vue 3.x
  • Consistent API and UI with TDesign component libraries for other frameworks
  • Dark mode and customizable theme
  • Support tree-shaking

📦 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

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Edge >=84 Firefox >=83 Chrome >=84 Safari >=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

Feedback

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

License

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

About

A Vue3.x UI components lib for TDesign.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 43.1%
  • Vue 37.5%
  • JavaScript 19.4%