Table of Contents

Namespace BlazOrbit.Components.Forms

Classes

BOBColorPicker
BOBColorPickerComponentInfo

Auto-generated parameter docs for BOBColorPicker.

BOBDatePicker
BOBDatePickerComponentInfo

Auto-generated parameter docs for BOBDatePicker.

BOBInputCheckboxComponentInfo

Auto-generated parameter docs for BOBInputCheckbox.

BOBInputCheckboxVariant

Represents a variant definition for the BOBInputCheckbox<TValue> component.

BOBInputCheckbox<TValue>
BOBInputColor
BOBInputColorComponentInfo

Auto-generated parameter docs for BOBInputColor.

BOBInputDateTimeComponentInfo

Auto-generated parameter docs for BOBInputDateTime.

BOBInputDateTime<TValue>
BOBInputDropdownComponentInfo

Auto-generated parameter docs for BOBInputDropdown.

BOBInputDropdownTree<TItem, TValue>
BOBInputDropdown<TValue>
BOBInputLoading
BOBInputNumberComponentInfo

Auto-generated parameter docs for BOBInputNumber.

BOBInputNumber<TValue>
BOBInputOutline
BOBInputPrefix
BOBInputRadioComponentInfo

Auto-generated parameter docs for BOBInputRadio.

BOBInputRadioVariant

Represents a variant definition for the BOBInputRadio<TValue> component.

BOBInputRadio<TValue>
BOBInputSuffix
BOBInputSwitch
BOBInputSwitchComponentInfo

Auto-generated parameter docs for BOBInputSwitch.

BOBInputSwitchVariant

Represents a variant definition for the BOBInputSwitch component.

BOBInputText
BOBInputTextArea
BOBInputTextAreaComponentInfo

Auto-generated parameter docs for BOBInputTextArea.

BOBInputTextComponentInfo

Auto-generated parameter docs for BOBInputText.

BOBInputVariant

Represents a variant definition for input components.

BOBSwitchComponentInfo

Auto-generated parameter docs for BOBSwitch.

BOBSwitch<TValue>
BOBTimePicker
BOBTimePickerComponentInfo

Auto-generated parameter docs for BOBTimePicker.

DropdownOption<TOption>

Registration-only descriptor for a BOBInputDropdown option. Intentionally inherits Microsoft.AspNetCore.Components.ComponentBase (not BOBComponentBase) because it emits no DOM of its own — the parent dropdown container consumes the registered option and renders the menu items.

RadioOption<TOption>

Registration-only descriptor for a BOBInputRadio option. Intentionally inherits Microsoft.AspNetCore.Components.ComponentBase (not BOBComponentBase) because it emits no DOM of its own — the parent radio container renders the options from the registered list.

_Imports

Structs

DropdownKeyboardEventArgs

Provides keyboard event data for dropdown interactions.

Interfaces

IColorPickerJsInterop

JS interop contract for the color picker module.

IRadioContainer

Contract implemented by radio-group containers that coordinate child IRadioOption selection.

IRadioOption

Contract for a single radio option child rendered inside an IRadioContainer.

ITextAreaJsInterop

JS interop contract for the textarea auto-resize module.

Enums

ColorPickerDisplayMode

Defines the display mode for the color picker.

DropdownPlacement

Defines the placement of the dropdown menu relative to its trigger.

RadioOrientation

Defines the orientation of radio options.

StepButtonPlacement

Defines the placement of step buttons in numeric input components.

TextAreaResize

Defines how the textarea can be resized by the user.