-
Couldn't load subscription status.
- Fork 851
(WIP) Add SDK specificity across the docs for the Customizing Clerk section #2746
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
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| ## Usage | ||
|
|
||
| <Tabs items={["Next.js", "Astro", "React", "Remix", "Nuxt", "Vue"]}> | ||
| <Tabs items={["SDKs using <ClerkProvider/>", "Astro", "JavaScript", "Vue", "Nuxt", "Fastify"]}> |
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.
this is a great place where we could use <If not={["Astro", "JavaScript", "Vue", "Nuxt", "Fastify"]}> to have it apply for all other sdk's @NWylynko 🥺
| {/* JS file: https://github.com/clerk/javascript/blob/main/packages/types/src/appearance.ts#L538 */} | ||
|
|
||
| The `layout` property can be used to change the layout of the [`<SignIn/>`](/docs/reference/components/authentication/sign-in) and [`<SignUp/>`](/docs/reference/components/authentication/sign-up) components, as well as set important links to your support, terms, and privacy pages. | ||
| The `layout` property can be used to change the layout of the [`<SignIn/>`](/docs/reference/components/authentication/sign-in) and [`<SignUp/>`](/docs/reference/components/authentication/sign-up) components, as well as set important links to your support, terms, and privacy pages. It is passed as a parameter to the [`appearance` prop](/docs/guides/customizing-clerk/appearance-prop/overview). |
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.
ooo i like this addition!
🔎 Previews:
What does this solve?
This PR is part of the overall SDK-specificity project, but specifically targets the pages within the Customizing Clerk section.
What changed?
Checklist