Blazorise Breakpoint Observer API

Explore the Blazorise Breakpoint Observer API reference for parameters, events, methods, and related types.

For examples and usage guidance, see the Breakpoint Observer documentation.

API

Parameters

Parameter Description TypeDefault
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>
On this page