7.6.2.45. InventoryItem
Creates an inventory card item.
Example
return (
<InventoryItem>
<InventoryItemTitle>{title}</InventoryItemTitle>
<InventoryItemBody error={loadError}>
{loaded && <InventoryItemStatus count={workerNodes.length} icon={<MonitoringIcon />} />}
</InventoryItemBody>
</InventoryItem>
)
| Parameter Name | Description |
|---|---|
|
| elements to render inside the item |