ComponentsData DisplayListDisplay a list of itemsCopy MarkdownOpenExamples Basic ListPreviewCodeItem 1Item 2Item 3{ "type": "list", "items": [ { "type": "text", "content": "Item 1" }, { "type": "text", "content": "Item 2" }, { "type": "text", "content": "Item 3" } ] } Schema interface ListSchema { type: 'list'; items: SchemaNode[]; ordered?: boolean; className?: string; }AlertDisplay important messages and notificationsBreadcrumbDisplay the current location within a navigational hierarchy