Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Purpose:
Enable container-based responsiveness in Blazor apps, similar to SfMediaQuery, but focused on container width rather than viewport width.

Key Features:

  • Event Triggering: Fires Blazor events when container width changes (on initial render and optionally after CSS transitions).
  • Responsive Layouts: Supports dynamic visibility and layout of components based on container size.
  • API Consistency: Mirrors SfMediaQuery interface for ease of adoption.
  • Performance-Aware: Minimizes unnecessary re-renders compared to DOM observers.
  • Developer-Friendly: Encourages prototyping and community feedback.

Use Cases:
SPAs with shifting layouts (e.g., sidebar), adaptive panels, and dynamic component arrangements.