Skip to content

iosecret/mui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@iosecret/mui

h5 简易 ui 组件

  • showToast: 工具方法,简易 toast 信息
  • MUILazyLoad: UI 组件,图片懒加载;

Usage

import { showToast } from '@iosecret/mui';

showToast('简易 toast');