Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
</a>
</p>

TDesign 适配移动端的组件库,适合在 React 16.x 技术栈项目中使用。
TDesign 适配移动端的组件库,适合在 React 18.x 技术栈项目中使用。

# 🎉 特性

- 适配移动端交互
- 基于 React 16.x(全部基于 React Hooks 的 Functional Component)
- 基于 React 18.x(全部基于 React Hooks 的 Functional Component)
- 与其他框架/库(Vue / Angular)版本 UI 保持一致
- 支持暗黑模式及其他主题定制
- 支持按需加载
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
"author": "tdesign",
"license": "MIT",
"peerDependencies": {
"react": ">=16.13.1",
"react-dom": ">=16.13.1"
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"bugs": {
"url": "https://github.com/Tencent/tdesign-mobile-react/issues"
Expand Down