Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.92 KB

getting-started.md

File metadata and controls

37 lines (26 loc) · 1.92 KB
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
Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
>= 84 >= 83 >= 84 >= 14.1