- Notifications
You must be signed in to change notification settings - Fork360
A React UI components lib for TDesign.
License
Tencent/tdesign-react
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
English |简体中文
TDesign React is a UI component library for React 16.x and desktop application.
- Desktop application interaction
- High quality UI components for React
- Consistent API and UI with TDesign component libraries for other frameworks
- Dark mode and customizable theme
- Support tree-shaking
npm i tdesign-react
yarn add tdesign-react
pnpm add tdesign-react
importReactfrom'react';import{Button}from'tdesign-react';import'tdesign-react/es/style/index.css';functionApp(){return<Button>Hello TDesign</Button>;}ReactDOM.createRoot(document.getElementById('app')).render(<App/>);
The package of tdesign-react provides kinds of bundles, readthe documentation for the detail of differences between bundles.
VisitTDesign Starter to experience in the application built with TDesign React UI components.
![]() IE / Edge | ![]() Firefox | ![]() Chrome | ![]() Safari |
|---|---|---|---|
| Edge >=84 | Firefox >=83 | Chrome >=84 | Safari >=14.1 |
Read ourbrowser compatibility for more details.
TDesign also provides component libraries for other platforms and frameworks.
- component library for Vue 3.x :tdesign-vue-next
- component library for Vue 2.x :tdesign-vue
- component library for Wechat miniprogram :tdesign-miniprogram
Contributing is welcome. Readguidelines for contributing before submitting yourPull Request.
Create yourGithub issues or scan the QR code below to join our user groups
The MIT License. Please seethe license file for more information.
About
A React UI components lib for TDesign.
Topics
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.





