Skip to content

docs: document useNFTData and useMintNFT hooks (#33)#71

Open
cryptoflops wants to merge 1 commit intocelo-org:mainfrom
cryptoflops:docs/hooks-overview
Open

docs: document useNFTData and useMintNFT hooks (#33)#71
cryptoflops wants to merge 1 commit intocelo-org:mainfrom
cryptoflops:docs/hooks-overview

Conversation

@cryptoflops
Copy link

Summary

This PR adds comprehensive documentation for the NFT hooks in Composer Kit, addressing issue #33.

Changes Made

  • Updated: apps/docs/docs/pages/components/nft/nft-mint.mdx

Added Documentation For:

  1. useMintNFT Hook

    • Overview and purpose
    • Parameters table
    • Return value properties
    • MintParams interface
    • Complete usage example
  2. useNFTData Hook

    • Overview and purpose
    • Parameters with types
    • Return value properties
    • NFTMetadata interface
    • Complete usage example with metadata rendering
  3. Props Section for NFTMint component

Related Issue

Closes #33

Testing

  • Verified documentation follows existing Vocs/MDX patterns
  • Code examples are syntactically correct
  • All hook parameters and return values match actual implementation

Checklist

  • I have read the Code Contributors guidelines
  • This is a focused, single-purpose change
  • Documentation matches the actual hook implementations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DOCS: All the hooks

1 participant