Components

List

<List />

Constructor

# <List />

List Component
Parameters:
Name Type Attributes Default Description
children Array.<ReactElement> The children to put in the list.
orientation "horizontal" | "vertical" <optional>
"vertical" Whether to have a horizontal or vertical list.
reversed boolean <optional>
false If the input to the list should be reversed.
Author:

View Source components/List.tsx, line 11