Skip to content

Commit

Permalink
feat: nfts by account component
Browse files Browse the repository at this point in the history
  • Loading branch information
siinghd committed Apr 3, 2024
1 parent 0a652dc commit 58db603
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 13 deletions.
10 changes: 5 additions & 5 deletions apps/www/config/docs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ export const docsConfig: DocsConfig = {
href: "/docs/cli",
items: [],
},
{
title: "Typography",
href: "/docs/components/typography",
items: [],
},
// {
// title: "Typography",
// href: "/docs/components/typography",
// items: [],
// },
// {
// title: "Figma",
// href: "/docs/figma",
Expand Down
21 changes: 15 additions & 6 deletions apps/www/content/docs/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,27 @@ description: Latest updates and announcements.
toc: false
---

## March 2024 - NftCard and Collection
#### March 2024 - Component Updates

We've added a new Breadcrumb component and an Input OTP component.
This month, we are excited to introduce two new components to our UI library: `NftCard` and `NftsByAccount` (previously referred to as Collection). These additions aim to enhance the way NFTs are displayed and interacted with in your projects.

### Breadcrumb
### NftCard

An accessible and flexible breadcrumb component. It has support for collapsed items, custom separators, bring-your-own routing `<Link />` and composable with other code100x/ui components.
The `NftCard` component is designed to showcase NFT metadata, including images, names, and collection details, in a card format. This component makes it easier for developers to integrate NFT displays into their applications with customizable options for theming and layout.

<ComponentPreview name="nft-card-demo" />

[See more examples](/docs/components/nft-card)

### Thank you
### NftsByAccount

Following the `NftCard`, the `NftsByAccount` component allows for the dynamic display of NFTs associated with a specific account address. This component supports pagination, filtering by collection names, and theming, providing a comprehensive solution for displaying user or account-specific NFT collections.

<ComponentPreview name="nfts-by-account-demo" />

[See more examples](/docs/components/nfts-by-account)

### Acknowledgments

We want to extend our deepest gratitude to all the developers, designers, and contributors who have been involved with this project. Your feedback, contributions, and support have been invaluable. Thank you for helping us make this project better for everyone in the community. 🙏

I'd like to thank everyone who has been using this project, providing feedback and contributing to it. I really appreciate it. Thank you 🙏
4 changes: 2 additions & 2 deletions apps/www/content/docs/components/collection-stats.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Collection Showcase
description: Displays a dynamic collection of NFT cards, highlighting key metadata such as images, names, and details from a specified collection. This component is designed to interact with blockchain data to render NFTs dynamically, supporting pagination for efficient browsing.
title: Collection Stats Showcase
description: Displays collection stats.
component: true
---

Expand Down

0 comments on commit 58db603

Please sign in to comment.