JSFiddle - React, Tailwind, and code Playground
by cferdinandi
JavaScript
if (window.matchMedia('(min-width: 640px)').matches) {
console.log('Wide viewport');
} else {
console.log('Small viewport');
}
by cferdinandi
if (window.matchMedia('(min-width: 640px)').matches) {
console.log('Wide viewport');
} else {
console.log('Small viewport');
}