SpeedDial Pass Through

Pass Through documentation for SpeedDial component

Viewer#

Some sections may not be visible due to the availability of the particular feature.

Loading...

SpeedDialRoot PT Options#

Defines passthrough(pt) options of SpeedDial component.

labeltypedescription
rootSpeedDialRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.
buttonSpeedDialRootPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the button's DOM element.
listSpeedDialRootPassThroughType<HTMLAttributes<HTMLUListElement>>Used to pass attributes to the list's DOM element.
itemSpeedDialRootPassThroughType<HTMLAttributes<HTMLLIElement>>Used to pass attributes to the item's DOM element.
actionSpeedDialRootPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the action's DOM element.

SpeedDialTrigger PT Options#

Defines passthrough(pt) options of SpeedDialTrigger component.

labeltypedescription
rootSpeedDialTriggerPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.

SpeedDialList PT Options#

Defines passthrough(pt) options of SpeedDialList component.

labeltypedescription
rootSpeedDialListPassThroughType<HTMLAttributes<HTMLUListElement>>Used to pass attributes to the root's DOM element.

SpeedDialItem PT Options#

Defines passthrough(pt) options of SpeedDialItem component.

labeltypedescription
rootSpeedDialItemPassThroughType<HTMLAttributes<HTMLLIElement>>Used to pass attributes to the root's DOM element.

SpeedDialAction PT Options#

Defines passthrough(pt) options of SpeedDialAction component.

labeltypedescription
rootSpeedDialActionPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.