7.5.2.49. InventoryItemTitle
为清单卡项目创建标题;在 InventoryItem 内使用。
Example
return (
<InventoryItem>
<InventoryItemTitle>{title}</InventoryItemTitle>
<InventoryItemBody error={loadError}>
{loaded && <InventoryItemStatus count={workerNodes.length} icon={<MonitoringIcon />} />}
</InventoryItemBody>
</InventoryItem>
)
| 参数名称 | 描述 |
|---|---|
|
| 在标题内呈现的元素 |