Answers for "how to write media query in style object property jsx"

CSS
0

@media for react style css

const mediaMatch = window.matchMedia('(min-width: 500px)');

console.log(mediaMatch.matches)
Posted by: Guest on January-13-2021

Code answers related to "how to write media query in style object property jsx"

Browse Popular Code Answers by Language