react-ui-responsive-background

1.0.10 • Public • Published

NPM Responsive Background

npm install react-ui-responsive-background
import Background from 'react-ui-responsive-background';
<Background {...{
    dataSets: {
        0: {
            src: 'https://i.pinimg.com/236x/6a/21/69/6a2169ff2e8032663f438e23ecb0a41f--pastel-sky-peregrine.jpg', width: 236, height: 354
        },
        1024: {
            src: 'https://images.unsplash.com/photo-1593266314085-c349a6e877b6?ixid=MnwxMjA3fDB8MHxzZWFyY2h8MXx8aGlsbHxlbnwwfHwwfHw%3D&ixlib=rb-1.2.1&w=1000&q=80', width: 1000, height: 1400
        }
    },
    customerClass: {
        container: style.container,
        background: style.background
    }
}}/>
attribute description type oneof default
className customize classname of background component string
dataSets The group of image with viewport width object

Package Sidebar

Install

npm i react-ui-responsive-background

Weekly Downloads

1

Version

1.0.10

License

MIT

Unpacked Size

9.82 kB

Total Files

3

Last publish

Collaborators

  • kye0038883