Responsive
Atoms
FormLabel
Default
Molecules
ContactDetails
Default
Organisms
HeaderMinimal
Default
ServicesGroupFinderBlock
With Results No Results

PublicationProductCard / With Updated Date

Publication card showing last reviewed date

Layout
Properties
JSON format (e.g., [{"LinkText":"Home","LinkUrl":"/"}])
Component Code
@await Html.PartialAsync("~/Components/Molecules/PublicationProductCard/PublicationProductCard.cshtml", new PublicationProductCardProps
{
"Title": "Name of download here over two lines",
"Description": "Short description here over two lines only lorem ipsum dolores",
"UpdatedDate": "Updated 25 Jan 2024",
"PublicationUrl": "#",
"CanShowAddToBasket": true,
"IsOutOfStock": false,
"IsNoLongerAvailable": false,
"NoLongerAvailableText": "",
"NoLongerAvailableLink": "",
"MaxOrderText": "",
"MaxQuantity": 50,
"CanShowDownloads": true,
"DownloadOptions": {
"PdfUrl": "#",
"PdfFileSize": "50kb",
"EpubUrl": "#",
"AudioUrl": "#",
"KindleUrl": "#"
}
})
♿ Accessibility