Interface

ListProps

ListProps

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

View Source components/List.tsx, line 30