NFT Components
Headless UI components for rendering NFT Media and metadata
NFTMedia
Show the media of an NFT in a collection.
Code
Preview
Override the NFT media using the mediaResolver prop. This is useful when you already have the media src and want to skip the network requests on the client.
Code
Preview
NFTName
Show the name of an NFT in a collection.
Code
Preview
NFTDescription
Show the description of an NFT in a collection.
Code
Preview
Build an NFT Card
Using these headless components, you can easily build your own NFT Card
Code
Preview