Card
Implementers using Canopy IIIF can directly reference a single IIIF Manifest by using the Card
component. The Card will render an HTML figure
, the thumbnail
and a figcaption
containing the label
of the Manifest. Use rendered figure will link to /work
page for the relative Manifest.
Properties
Property | Type | Required | Description |
---|---|---|---|
iiifContent | string | true | Manifest URI to be rendered. |
- The referenced Manifest must be part of the IIIF Collection used in your Canopy project.
Usage
<Card iiifContent="https://manifests.collections.yale.edu/ycba/obj/702" />