blocks/composer
@fungi.computer/caps / blocks/composer
blocks/composer
Section titled “blocks/composer”Type Aliases
Section titled “Type Aliases”ComposerProps
Section titled “ComposerProps”ComposerProps =
HTMLAttributes<HTMLDivElement> > &object
Props accepted by Composer.
Type Declaration
Section titled “Type Declaration”input:
ReactNode
The caller-owned primary input control.
action?
Section titled “action?”
optionalaction?:ReactNode
The caller-owned action control. Its disabled state and accessible name stay on that control.
leading?
Section titled “leading?”
optionalleading?:ReactNode
Optional caller-owned leading slot, such as an avatar.
rowClassName?
Section titled “rowClassName?”
optionalrowClassName?:string
Classes for the joined row; useful when the host exposes a busy state.
Variables
Section titled “Variables”Composer
Section titled “Composer”
constComposer:ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> > &object&RefAttributes<HTMLDivElement>>>>
Layout and slots only. It never assigns action-control semantics.