Namespace BlazOrbit.Components.Layout
Classes
- BOBCardComponentInfo
Auto-generated parameter docs for
BOBCard.
- BOBCardVariant
Represents a variant definition for the BOBCard component.
- BOBDialogComponentInfo
Auto-generated parameter docs for
BOBDialog.
- BOBDrawerComponentInfo
Auto-generated parameter docs for
BOBDrawer.
- BOBFlexStackComponentInfo
Auto-generated parameter docs for
BOBFlexStack.
- BOBGridComponentInfo
Auto-generated parameter docs for
BOBGrid.
- BOBGridItemComponentInfo
Auto-generated parameter docs for
BOBGridItem.
- BOBThemeSelectorComponentInfo
Auto-generated parameter docs for
BOBThemeSelector.
- BOBThemeSelectorVariant
Variant definition for the
BOBThemeSelectorcomponent.
- BOBToastComponentInfo
Auto-generated parameter docs for
BOBToast.
- BOBToastHostComponentInfo
Auto-generated parameter docs for
BOBToastHost.
- BOBToastVariant
Variant definition for the
BOBToastcomponent.
- DialogOptions
Options for configuring a dialog modal.
- DrawerOptions
Options for configuring a drawer modal.
- ModalOptionsBase
Base class for modal options.
- ModalReference
Represents a reference to an open modal, allowing programmatic control over its lifecycle.
- ModalState
Runtime state for a modal currently tracked by IModalService.
- ToastAnimation
Animation descriptor for toast enter/exit transitions.
- ToastOptions
Configuration for a single toast: duration, position, animation, severity.
Interfaces
- IModalContent
Contract implemented by components hosted inside a dialog or drawer modal.
- IModalJsInterop
JS interop contract for the modal/dialog/drawer module.
- IThemeJsInterop
JS interop contract for the theme module — reads/writes the active theme on the document root.
Enums
- CardActionsAlignment
Defines the alignment of actions within a card.
- CardMediaPosition
Defines the position of media content within a card.
- DrawerPosition
Defines the position of a drawer on the screen.
- FlexStackAlignContent
Maps to CSS
align-contentfor multi-line flex containers.
- FlexStackAlignItems
Maps to CSS
align-itemson the cross axis.
- FlexStackDirection
Maps to CSS
flex-direction.
- FlexStackJustifyContent
Maps to CSS
justify-contenton the main axis.
- FlexStackWrap
Maps to CSS
flex-wrap.
- GridAlignItems
Cross-axis alignment for grid items.
- GridAlignSelf
Per-item override for cross-axis alignment.
- GridDirection
Maps to the grid container's flex-direction equivalent.
- GridJustifyContent
Main-axis distribution for grid items.
- GridWrap
Wrapping behavior for grid rows.
- ModalType
Discriminator between modal kinds.
- SidebarSide
Which side of the layout the sidebar is anchored to (logical, not absolute).
- ToastAnimationType
Toast animation kinds.
- ToastPosition
Anchor corner for a toast within the host viewport.
- ToastSeverity
Toast severity — drives accent color and ARIA live-region role.