当前位置: 首页 > 工具软件 > Taro UI > 使用案例 >

Taro使用Taro UI

鲜于雨石
2023-12-01

前言:改方案使用react和typescript,不需要安装sass的loader

1、安装alpha版本

    "taro-ui": "^3.0.0-alpha"

2、在app.ts里面引入全局样式

    import 'taro-ui/dist/style/index.scss'

3、直接使用UI组件

    import { AtButton } from 'taro-ui'

 类似资料: