react-ui-responsive-image
v1.0.25
Published
responsive image with js
Maintainers
Readme
NPM React Package
npm install react-ui-responsive-imageimport ResponsiveImage from 'react-ui-responsive-image';
<ResponsiveImage {...{
dataSets: {
0: 'mb.jpg',
768: 'laptop.jpg'
1024: 'hd.jpg'
},
alt: 'test'
}}/>|name|description|type|oneof|default| |---|---|---|---|---| |dataSets|a set of image|object||| |alt|the description of image|string||| |className|external classname|string||| |fullSide|string|string|[x,y]y|
