MyGit
🚩收到GitHub仓库的更新通知

Tencent/tdesign-react

Fork: 300 Star: 780 (更新于 2024-04-13 18:06:03)

license: MIT

Language: TypeScript .

A React UI components lib for TDesign.

最后发布版本: 1.6.0 ( 2024-04-11 18:30:21)

官方网址 GitHub网址

✨免费申请网站SSL证书,支持多域名和泛域名,点击查看

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.

最近版本更新:(数据更新于 2024-04-13 18:05:48)

2024-04-11 18:30:21 1.6.0

2024-03-28 15:09:31 1.5.4

2024-03-14 16:54:14 1.5.3

2024-02-29 16:41:10 1.5.2

2024-01-25 18:17:33 1.5.1

2024-01-11 16:13:03 1.5.0

2024-01-02 11:45:37 1.4.3

2023-12-28 22:07:54 1.4.2

2023-12-14 17:17:15 1.4.1

2023-11-30 18:19:12 1.4.0

主题(topics):

less, pc, react, tdesign, typescript

Tencent/tdesign-react同语言 TypeScript最近更新仓库

2024-04-27 12:23:52 labring/FastGPT

2024-04-27 01:07:35 lobehub/lobe-chat

2024-04-26 23:44:54 siyuan-note/siyuan

2024-04-26 16:37:03 langfuse/langfuse

2024-04-26 11:32:21 x-extends/vxe-table

2024-04-26 05:32:02 microsoft/TypeScript