Namespace BlazOrbit.Components.Forms
Classes
- BOBColorPickerComponentInfo
Auto-generated parameter docs for
BOBColorPicker.
- BOBDatePickerComponentInfo
Auto-generated parameter docs for
BOBDatePicker.
- BOBInputCheckboxComponentInfo
Auto-generated parameter docs for
BOBInputCheckbox.
- BOBInputCheckboxVariant
Represents a variant definition for the BOBInputCheckbox<TValue> component.
- BOBInputColorComponentInfo
Auto-generated parameter docs for
BOBInputColor.
- BOBInputDateTimeComponentInfo
Auto-generated parameter docs for
BOBInputDateTime.
- BOBInputDropdownComponentInfo
Auto-generated parameter docs for
BOBInputDropdown.
- BOBInputNumberComponentInfo
Auto-generated parameter docs for
BOBInputNumber.
- BOBInputRadioComponentInfo
Auto-generated parameter docs for
BOBInputRadio.
- BOBInputRadioVariant
Represents a variant definition for the BOBInputRadio<TValue> component.
- BOBInputSwitchComponentInfo
Auto-generated parameter docs for
BOBInputSwitch.
- BOBInputSwitchVariant
Represents a variant definition for the BOBInputSwitch component.
- 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.
- BOBTimePickerComponentInfo
Auto-generated parameter docs for
BOBTimePicker.
- DropdownOption<TOption>
Registration-only descriptor for a
BOBInputDropdownoption. Intentionally inherits Microsoft.AspNetCore.Components.ComponentBase (notBOBComponentBase) 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
BOBInputRadiooption. Intentionally inherits Microsoft.AspNetCore.Components.ComponentBase (notBOBComponentBase) because it emits no DOM of its own — the parent radio container renders the options from the registered list.
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.