v1.0
List
Creates a custom list assigning the correct aria roles for the div elements following Aria-Patterns.
Sets the correct roles for the items in the list.
Can convert any component to be a custom list item.
Use the Prefab: Drag the prefab on to the canvas.
Connect: Connect and add as many components to the prefab and it will create an instance of that component and set the width:100%
Done: That is it! You are all set to use this prefab.
Things to consider when using the list prefab:
Creating list items: While this prefab can accept any component it is good practice ensure that users who are navigating the site visually still can understand what is a list and what is not.
Order list: This prefab is really meant for unordered list.
Property
Description
Items
Array of component instances to be used within the list.
Direction
Sets layout direction of the list.
Gap
The gap between items.