**MediaQuery** A component to easily use predefined bit BlazorUI media queries in Blazor components.
**Basic**:
This is Xs (Extra Small).
This is Sm (Small).
This is Md (Medium).
This is Lg (Large).
This is Xl (Extra Large).
This is Xxl (Extra Extra Large).
This is LtSm (Less Than Small).
This is LtMd (Less Than Medium).
This is LtLg (Less Than Large).
This is LtXl (Less Than Extra Large).
This is LtXxl (Less Than Extra Extra Large).
This is GtXs (Greater Than Extra Small).
This is GtSm (Greater Than Small).
This is GtMd (Greater Than Medium).
This is GtLg (Greater Than Large).
This is GtXl (Greater Than Extra Large).
**Matched & NotMatched**:
This is Matched (BitScreenQuery.Md).
[BitScreenQuery.Md] NotMatched!.
**Custom query**:
This is screen and (max-width: 999px).
Not matched yet!
**OnChange**:
[BitScreenQuery.Md] IsMatched?: @isMatched
private bool isMatched;