ItemCard
This component is used to render some item in a standard card form. This includes a profile pic, a title, a subtitle and a list of fields and values.
Installation
Examples
Properties
item
any
A reference to the data to be rendered as a card.
imageField
string
The name of the field within the item
that has the url of an image to be shown
titleField
string
The name of the field within item
that has the title of the object
subTitleField
string
The name of the field within 'item' that holds the subtitle of the object
nameField
string
This name of the field within item
that contains any 'name' associated with the object. This property is used only if the imageField value is not set. The name is abbreviated and set as the profile image.
className
string
Any extra css classes to biind to the card.
image
string
These parameres will enable option to pass a value for each fields inseat of the field name. Using these, users/developers will be able to provide static values
name
string
title
string
subTitle
string
item
A reference to the data to be rendered as a card.
any
imageField
The name of the field within the item
that has the url of an image to be shown
string
titleField
The name of the field within item
that has the title of the object
string
subTitleField
The name of the field within 'item' that holds the subtitle of the object
string
nameField
This name of the field within item
that contains any 'name' associated with the object. This property is used only if the imageField value is not set. The name is abbreviated and set as the profile image.
string
className
Any extra css classes to biind to the card.
string
image
These parameres will enable option to pass a value for each fields inseat of the field name. Using these, users/developers will be able to provide static values
string
name
string
title
string
subTitle
string
Last updated