Skip to content

Tencent/tdesign-react

Folders and files

NameName
Last commit message
Last commit date
Apr 25, 2025
Jul 14, 2022
Mar 10, 2025
May 9, 2025
May 7, 2025
May 7, 2025
Aug 4, 2022
Mar 2, 2025
Jan 26, 2025
Mar 10, 2025
Mar 2, 2025
Mar 10, 2025
Mar 10, 2025
Mar 10, 2025
Jul 17, 2020
Apr 22, 2021
Mar 10, 2025
Mar 2, 2025
Dec 15, 2021
Dec 28, 2023
Mar 13, 2024
Mar 13, 2024
Jul 3, 2024
Oct 9, 2021
May 12, 2020
May 7, 2025
Mar 10, 2025
Feb 8, 2023
Mar 28, 2025
Mar 28, 2025
Mar 10, 2025
Mar 2, 2025

Repository files navigation

TDesign Logo

License codecov Version Downloads

English | 简体中文

TDesign React is a UI component library for React 16.x and desktop application.

🎉 Features

  • 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

📦 Installation

npm i tdesign-react
yarn add tdesign-react
pnpm add tdesign-react

🔨 Usage

import React from 'react';
import { Button } from 'tdesign-react';
import 'tdesign-react/es/style/index.css';

function App() {
  return <Button>Hello TDesign</Button>;
}

ReactDOM.createRoot(document.getElementById('app')).render(<App />);

The package of tdesign-react 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 React 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.