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!" />

🍿 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" />

Here is an example of a band…
<CollectionItem category="bands" itemId="7DjwIxbe8kpw4pqnzAMoin" />

Here is an example of a song…
<CollectionItem category="songs" itemId="4niDU35YEMnJIQjKb506hb" />

And finally, an example of a game!
<CollectionItem category="games" itemId="1086940" />

Pretty nifty!