@raddix/use-media-query
Version:
Is a hook that respond to media query changes
6 lines (3 loc) • 301 B
Markdown
# useMediaQuery
The `useMediaQuery` hook is used to match the current viewport against a media query. Use the `matchMedia` API to subscribe to media query changes and return the current match state.
Please refer to the [documentation](https://raddix.dev/hooks/use-media-query) for more information.