ItemCard
Installation
import { ItemCard } from 'uxp/components';Signature
const ItemCard: React.FunctionComponent<IItemCardProps>Examples
<ItemCard
item={{
request: "AC Extension request #36",
user: "Johnson & Johnson",
section: "Parking 1",
status: "approved",
date: "23/0702020"
}}
titleField="request"
subTitleField="date"
className="data-table-item"
/>Properties
Name
Type
Mandatory
Default Value
Example Value
Related Types
Last updated