Skip to content

mathewjordan/item

Repository files navigation

Item

Work in progress to demo how you might render IIIF items entries in a composable method. Entries can be of type Canvas Manifest or Collection.

Install

npm install @mathewjordan/item

Usage

Simple Method

<Item item={canvas} />

Composable Method (w/ children)

<Item.Root item={canvas} >
  <Item.Thumbnail />
  <Item.Label />
  <Item.Summary />
</Item.Root>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published