Skip to content

Hunter/create 3d gift card - #711

Draft
hunterbecton wants to merge 3 commits into
mainfrom
hunter/create-3d-gift-card
Draft

Hunter/create 3d gift card#711
hunterbecton wants to merge 3 commits into
mainfrom
hunter/create-3d-gift-card

Conversation

@hunterbecton

Copy link
Copy Markdown
Contributor

What/Why

  • adds GiftCard with 3D hover holo effect

@vercel

vercel Bot commented Oct 6, 2025

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
vibes Ready Ready Preview Comment Oct 16, 2025 7:36pm

Comment thread apps/web/vibes/soul/primitives/gift-card/index.tsx Outdated

export interface GiftCardProps {
maxTilt?: number;
amount: string | null;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
amount: string | null;
balance: string | null;
expiresAt?: string | null;
expiresAtLabel?: string;
status?: 'ACTIVE' | 'EXPIRED' | 'PENDING' | 'DISABLED';

Status and expires at will probably be catalyst specific, but figured i'd leave a comment anyways

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's worth adding since we're not really thinking about the components as Catalyst-specific anymore.

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

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants