imgs-lookat
v2.0.0
Published
图片预览工具
Downloads
1
Readme
Author
你们的吴男神
imgs-lookat
列表操作按钮配置
install
npm install --save imgs-lookat
usage
import React from 'react';
import Images from 'imgs-lookat';
const App = () => (
const imgProps={
url: [
'https://ss0.bdstatic.com/70cFuHSh_Q1YnxGkpoWK1HF6hhy/it/u=3994752263,1533978687&fm=26&gp=0.jpg',
'https://ss0.bdstatic.com/70cFuHSh_Q1YnxGkpoWK1HF6hhy/it/u=3994752263,1533978687&fm=26&gp=0.jpg',
],
width: 200,
height: 200,
}
return <Images {...imgProps} />
);
export default App;