Variable: List
constList:FC<ListComponentProps>
Defined in: components/List/index.tsx:195
Component
List
Description
A component for displaying paginated data in a list or grid view.
Param
The component props.
Returns
The rendered List or Grid component.
Example
<List type="raw">
<div>Item 1</div>
<div>Item 2</div>
</List>