Media Queries
This prefab gives you a couple of components that allow you to easily work with media queries and responsive design.
Included components
-
Media Query Setup: Sets up the global breakpoints. Needs to be placed in your projects home component.
-
Match Media Query: Checks all global media queries and outputs a boolean based on the current active breakpoint.
-
Match Custom Media Query: Checks for a custom one-off media query. Only used for edge-cases outside of the breapoints in Match Media Query
-
Media Query Debugger: A visual component that renders the name of the currently active breakpoint.