InventoryItemStatus

Creates a count and icon for an inventory card with optional link address; used within InventoryItemBody

Example
 return (
   <InventoryItem>
     <InventoryItemTitle>{title}</InventoryItemTitle>
     <InventoryItemBody error={loadError}>
       {loaded && <InventoryItemStatus count={workerNodes.length} icon={<MonitoringIcon />} />}
     </InventoryItemBody>
   </InventoryItem>
 )
Parameter Name Description

count

count for display

icon

icon for display

linkTo

(optional) link address