Skip to main content
new component collection item

New Component: Collection Item

Written January 16, 2025 by Josh

Individual items from all likes collections (movies, shows, music, games, etc.) now have their own component! Using the new <CollectionItem> component, any type of collection item can be referenced from anywhere on the site, including in notes .mdx files (this page)!

Here’s an example of a movie collection item…

<CollectionItem category="movies" itemId="348" text="Plain text can also be passed through to give some context for the item being included!" />
Alien
🍿 movie Alien (1979) Plain text can also be passed through to give some context for the item being included!

Here is an example of a show…

<CollectionItem category="shows" itemId="39793" />
Call the Midwife
🖥️ show Call the Midwife (2012)

Here is an example of a band…

<CollectionItem category="bands" itemId="7DjwIxbe8kpw4pqnzAMoin" />
The Beths
🎸 band The Beths indie rock, power pop

Here is an example of a song…

<CollectionItem category="songs" itemId="4niDU35YEMnJIQjKb506hb" />
Alchemy
🎧 song Alchemy (2016) by Above & Beyond

And finally, an example of a game!

<CollectionItem category="games" itemId="1086940" />
Baldur's Gate 3
🎮 game Baldur's Gate 3 (2023)

Pretty nifty!

Written January 16, 2025
link