7.6.2.45. InventoryItem
インベントリーカード項目を作成します。
例
return (
<InventoryItem>
<InventoryItemTitle>{title}</InventoryItemTitle>
<InventoryItemBody error={loadError}>
{loaded && <InventoryItemStatus count={workerNodes.length} icon={<MonitoringIcon />} />}
</InventoryItemBody>
</InventoryItem>
)
| パラメーター名 | 説明 |
|---|---|
|
| 項目内でレンダリングする要素 |