New features
- build-in matchers
// prebuild
import {
breakpoints,
orientation,
darkMode,
hover,
reducedMotion,
// what else?
} from 'react-media-match/targets';
// ...
orientation.useMedia({
portrait: '📱',
landscape: '💻', // (well, actually not, but yes)
});