Display NFTs
import { RenderNftsList } from "components/widgets";function Component() {
return (
<>
<RenderNftsList nfts={nfts} />
</>
);
}const nfts = [
{
attention: // The attention(Views) that NFT has
balances: // The number of NFTs owner have
contentType: // The type of the NFT, such as image/png or video/mp4
createdAt: // NFT create date
description: // Description of NFT
id: // Id of NFT
locked: []
next: // Next NFT
owner: // The wallet address of the NFT's owner
prev: // Previous NFT
reward: // Number of KOII this NFT get
tags: // Tags this NFT have such as ['#art']
ticker: "KOINFT"
title: // Title of NFT
}
]
Customization
File Types
View Controls
Show live counts for attention, title, description, etc.
Last updated
