Interface: GridComponents
"interfaces".GridComponents
Hierarchy
- GridComponents
Properties
Item
• Optional
Item: ComponentType<GridItem>
Defined in interfaces.ts:174
Set to customize the item wrapping element. Use only if you would like to render list from elements different than a div
.
List
• Optional
List: ComponentType<GridListProps>
Defined in interfaces.ts:185
Set to customize the items wrapper. Use only if you would like to render list from elements different than a div
.
ScrollSeekPlaceholder
• Optional
ScrollSeekPlaceholder: ComponentType<{ style: CSSProperties }>
Defined in interfaces.ts:191
Set to render an item placeholder when the user scrolls fast.
See the scrollSeekConfiguration
property for more details.
Scroller
• Optional
Scroller: ComponentType<ScrollerProps>
Defined in interfaces.ts:180
Set to customize the outermost scrollable element. This should not be necessary in general, as the component passes its HTML attribute props to it.