-
Notifications
You must be signed in to change notification settings - Fork 329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(clerk-js): Introduce matrix
layout option for <PricingTable />
#5393
feat(clerk-js): Introduce matrix
layout option for <PricingTable />
#5393
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🦋 Changeset detectedLatest commit: d80aebd The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
<PricingTableMatrix />
matrix
layout option for <PricingTable />
))} | ||
</Box> | ||
<> | ||
{mode !== 'modal' && props.layout === 'matrix' ? ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we have PricingTableModalProps
and do they reflect this condition ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There isn't a PricingTableModal like SignInModal. We are just ensuring when the pricing table is used within the UserProfile, that it uses the default layout and not the matrix.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got it, i missed the part where mode
refers to UP as modal.
Description
Introduce
matrix
layout option for<PricingTable />
Resolves COM-145
Checklist
pnpm test
runs as expected.pnpm build
runs as expected.Type of change