We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d820d69 commit aa2babbCopy full SHA for aa2babb
README.md
@@ -16,12 +16,12 @@
16
</a>
17
</p>
18
19
-TDesign 适配移动端的组件库,适合在 React 16.x 技术栈项目中使用。
+TDesign 适配移动端的组件库,适合在 React 18.x 技术栈项目中使用。
20
21
# 🎉 特性
22
23
- 适配移动端交互
24
-- 基于 React 16.x(全部基于 React Hooks 的 Functional Component)
+- 基于 React 18.x(全部基于 React Hooks 的 Functional Component)
25
- 与其他框架/库(Vue / Angular)版本 UI 保持一致
26
- 支持暗黑模式及其他主题定制
27
- 支持按需加载
package.json
@@ -67,8 +67,8 @@
67
"author": "tdesign",
68
"license": "MIT",
69
"peerDependencies": {
70
- "react": ">=16.13.1",
71
- "react-dom": ">=16.13.1"
+ "react": ">=18.0.0",
+ "react-dom": ">=18.0.0"
72
},
73
"bugs": {
74
"url": "https://github.com/Tencent/tdesign-mobile-react/issues"
0 commit comments