oni-react-preview

0.0.4 • Public • Published

oni-react-preview

NPM version NPM downloads

Getting Started

Install

# Install 
$ npm install oni-react-preview --save
 

Usage Examples

import PreviewImage from 'oni-react-preview'
function App(props) {
  const ImageUrl = {
    isShow:true,
    urls:[
        'https://avatar.csdn.net/A/1/F/3_onil_chen.jpg',
],
    current:0,
    onCloseHander:()=>{
      //可选,点击回调
    }
  }
  return (
    <div className={styles.wrap}>
     <PreviewImage {...ImageUrl}></PreviewImage>
     </div>
  );
}

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i oni-react-preview

Weekly Downloads

0

Version

0.0.4

License

MIT

Unpacked Size

71.5 kB

Total Files

4

Last publish

Collaborators

  • xiaohuoni