Skip to main content

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

PropsDatatypeValues/Example
heightstring"100%"
overflowYstring"auto" | "scroll" | "hidden"
overflowXstring"auto" | "scroll" | "hidden"
classPropsobject{"font-size: var(--base-text)"}