7.6.2.47. InventoryItemBody
インベントリーカードの本文を作成します。InventoryCard 内で使用され、InventoryTitle と使用できます。
例
return (
<InventoryItem>
<InventoryItemTitle>{title}</InventoryItemTitle>
<InventoryItemBody error={loadError}>
{loaded && <InventoryItemStatus count={workerNodes.length} icon={<MonitoringIcon />} />}
</InventoryItemBody>
</InventoryItem>
)
| パラメーター名 | 説明 |
|---|---|
|
| インベントリーカードまたはタイトル内でレンダリングする要素 |
|
| div の要素 |