ItemCard
Installation
import {ItemCard} from 'uxp/components';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"
/><ItemCard
item={{
id: "1",
image: "https://avatars.dicebear.com/api/male/john.svg?background=%230000ff"
name: "John Doe",
}}
imageField="image"
titleField="name"
className="data-table-item"
/>Properties
Name
Type
Description
item
type
imageField
type
titleField
type
subTitleField
type
nameField
type
className
type
image
type
name
type
title
type
subTitle
type
Last updated