title | description | spline |
---|---|---|
React for Mobile |
TDesign 适配移动端的组件库,适合在 React 技术栈项目中使用。 |
explain |
目前组件库已发布一期组件的测试版本,还在快速迭代,注意留意版本变化
npm i tdesign-mobile-react
推荐使用 Webpack 或 Rollup 等支持 tree-shaking 特性的构建工具,无需额外配置即可实现组件按需引入:
import { Button } from 'tdesign-mobile-react';
import 'tdesign-mobile-react/es/style/index.css'; // 少量公共样式
Edge |
Firefox |
Chrome |
Safari |
---|---|---|---|
>= 84 | >= 83 | >= 84 | >= 14.1 |