Table of Contents

Namespace BlazOrbit.Components.Layout

Classes

BOBBlazorLayout
BOBCard
BOBCardComponentInfo

Auto-generated parameter docs for BOBCard.

BOBCardVariant

Represents a variant definition for the BOBCard component.

BOBDialog
BOBDialogComponentInfo

Auto-generated parameter docs for BOBDialog.

BOBDrawer
BOBDrawerComponentInfo

Auto-generated parameter docs for BOBDrawer.

BOBFlexStack
BOBFlexStackComponentInfo

Auto-generated parameter docs for BOBFlexStack.

BOBGrid
BOBGridComponentInfo

Auto-generated parameter docs for BOBGrid.

BOBGridItem
BOBGridItemComponentInfo

Auto-generated parameter docs for BOBGridItem.

BOBInitializer
BOBModalContainer
BOBModalHost
BOBSidebarLayout
BOBStackedLayout
BOBThemeEditor
BOBThemeGenerator
BOBThemePreview
BOBThemeSelector
BOBThemeSelectorComponentInfo

Auto-generated parameter docs for BOBThemeSelector.

BOBThemeSelectorVariant

Variant definition for the BOBThemeSelector component.

BOBToast
BOBToastComponentInfo

Auto-generated parameter docs for BOBToast.

BOBToastHost
BOBToastHostComponentInfo

Auto-generated parameter docs for BOBToastHost.

BOBToastVariant

Variant definition for the BOBToast component.

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-content for multi-line flex containers.

FlexStackAlignItems

Maps to CSS align-items on the cross axis.

FlexStackDirection

Maps to CSS flex-direction.

FlexStackJustifyContent

Maps to CSS justify-content on 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.