Lists
A reusable list component is a user interface (UI) component that helps organize and present information. It can represent a single entry or unit of information within a larger set.
Variants
Props
Props | Datatype | Values/Example |
---|---|---|
height | string | "100%" |
overflowY | string | "auto" | "scroll" | "hidden" |
overflowX | string | "auto" | "scroll" | "hidden" |
classProps | object | {"font-size: var(--base-text)"} |