2.0.2 • Published 3 years ago

taro-modal-view v2.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

taro-modal-view

modal框自定义

特性

  • 支持头部,内容 尾部自定义

安装

yarn add taro-modal-view

npm install taro-modal-view

使用

import Modal from 'taro-modal-view';

 <Modal onShow={e=>this.show=e} >
         <Modal.Title title='222' showClose={false}/>
         <Modal.Content>
           wqqwwq
         </Modal.Content>
          <Modal.Footer/>
        </Modal>

类型说明