Blazorise BreakpointObserver component
Observes the shared breakpoint service and re-renders its content when the responsive breakpoint changes.
API
Parameters
| Parameter | Description | Type | Default |
|---|---|---|---|
ChildContent |
Content rendered with the current breakpoint as the template context. |
RenderFragment<Breakpoint> | null |
Events
| Event | Description | Type |
|---|---|---|
BreakpointChanged |
Raised whenever the observed responsive breakpoint changes. |
EventCallback<Breakpoint> |