A virtual list box component that renders a list of items in a virtualized manner.
The props object.
The class name to apply to the list box container.
The children to render within the list box.
The role attribute value for the list box container.
The ref object for accessing the underlying HTMLDivElement.
The rendered list box component.
NOTE: Exotic components are not callable.
Readonly
Optional
A virtual list box component that renders a list of items in a virtualized manner.
Component
Param: props
The props object.
Param: props.className
The class name to apply to the list box container.
Param: props.children
The children to render within the list box.
Param: props.role
The role attribute value for the list box container.
Param: ref
The ref object for accessing the underlying HTMLDivElement.
Returns
The rendered list box component.