Skip to content

Commit

Permalink
improvements to demo
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobHomanics committed Feb 1, 2024
1 parent ab91bf1 commit fb0a5db
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,16 +108,25 @@ export function RepTokensDemo() {
return (
<>
<div className="py-5 space-y-5 flex flex-col justify-center items-center bg-primary bg-[length:100%_100%] py-1 px-5 sm:px-0 lg:py-auto max-w-[100vw] ">
<p className="text-center text-4xl">Individual Components</p>
<BalanceCard props={balanceProps} />
<ImageCard props={imageProps} />
<StringCard props={nameProps} />
<StringCard props={descriptionsProps} />
<Address props={addressProps} />
<StringCard props={isTradeableProps} />
<StringCard props={maxMintAmountProps} />

<p className="text-center text-4xl">Single Card</p>
<TokenCard props={singleCard} />

<p className="text-center text-4xl">Multi-Card</p>
<TokenGroupCard props={mainTokenGroupCardProps} />

<p className="text-center text-4xl">Multi-Card W/ Overlay</p>
<TokenGroupCard props={mainTokenGroupOverlayCardProps} />

<p className="text-center text-4xl">Widget</p>
<TokenGroupCard props={navBarTokenGroupCardProps} />
</div>
</>
Expand Down

0 comments on commit fb0a5db

Please sign in to comment.