Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

TDesign Logo

License codecov Version Downloads Ask DeepWiki

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 >=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

Contribution Leaderboard

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 React UI components lib for TDesign.
lesspcreacttdesigntypescript

语言 Languages

TypeScript85.9%
JavaScript13.6%
CSS0.4%
HTML0.1%
Less0.0%
Smarty0.0%
Shell0.0%
Go Template0.0%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
398
Total Commits
峰值: 25次/周
Less
More

核心贡献者 Contributors

相关仓库 Related Repos