@wltech/mobile-ui
v1.6.84
Published
> ### 介绍 > > 从移动端各种项目中抽离出来的公共组件,支持按需引用,分公共组件和业务组件。
Downloads
1,879
Keywords
Readme
@wltech/mobile-ui
介绍
从移动端各种项目中抽离出来的公共组件,支持按需引用,分公共组件和业务组件。
npm 地址
https://www.npmjs.com/package/@wltech/mobile-ui
gitlab 地址
http://gitlab.dev.weiling.cn/willing-frontend/mobile-monorapo
使用
安装
pnpm i @wltech/mobile-ui
注意
需要引入全局css文件
import "@mobileUI/components/style.css";
在项目中使用使用组件的话,需要要node_modules的lib文件夹获取
import WlPic from "@mobileUI/components/WlPic";