Lists present multiple line items vertically as a single continuous element.
Lists are made up of a continuous column of rows. Each row contains a tile. Primary actions fill the tile, and supplemental actions are represented by icons and text.
Lists are best suited for similar data types.
Sent mail
Drafts
You have no draftsInbox
3 ItemsUnread
Starred
Urgent
Item Type
Date Modified
Today
Yesterday
Last 7 Days
Last 30 Days
Custom Range...
Date Created
Today
Yesterday
Last 7 Days
Last 30 Days
Custom Range...
Item Type
Date Modified
Tags
basemap
beta
esri_basemap
style
vector
All My Content
james_t_kirk
M Class Planets
Amazon
S3, IoT, Glacier, Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut.Azure
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea.Azure Blob storage
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore.Azure IoT
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore.Azure Event hubs
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore.Cisco
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea.default
Property | Type | Required | Default | Description |
---|---|---|---|---|
children | Node | false | - | The content of the component; can contain ListHeader, ListItem, and even another List. |
nested | Bool | false | - | Applied when the List is imbedded inside another List. |
open | Bool | false | - | Whether the List should be collapsed or expanded. |
minimal | Bool | false | - | Minimal styling for the List |
multiSelect | Bool | false | - | Display check marks for selected ListItems, used with the `minimal` and `nested` properties |
selectable | Bool | false | - | Selectable styling for the List |
Property | Type | Required | Default | Description |
---|---|---|---|---|
children | Node | false | - | The content of the component. |
Property | Type | Required | Default | Description |
---|---|---|---|---|
children | Node | false | - | Content of the ListItem. |
leftNode | Node | false | - | Content placed to the left of the ListItem. |
rightNode | Node | false | - | Content placed to the right of the ListItem. |
active | Bool | false | - | Toggle the active style of a ListItem |
filterItem | Bool | false | - | Add some styles to display a Search element properly inside a ListItem |
disabled | Bool | false | - | Toggle the disabled state of the ListItem, results in the item being unselectable and slightly lower opacity |
Property | Type | Required | Default | Description |
---|---|---|---|---|
children | Node | false | - | Content of the ItemTitle. |
nested | Bool | false | - | Applied when the List is imbedded inside another List. |
Property | Type | Required | Default | Description |
---|---|---|---|---|
children | Node | false | - | Content of the Subtitle. |
nested | Bool | false | - | Applied when the List is imbedded inside another List. |