-
Notifications
You must be signed in to change notification settings - Fork 935
feat(components): Add component changelog (core-3) #2875
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: core-3
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: Dylan Staley <[email protected]>
| --- | ||
| title: Component Versioning | ||
| description: Learn how Clerk versions its components, and how to specify a specific version if necessary. | ||
| sdk: react, nextjs, js-frontend, chrome-extension, expo, android, expressjs, fastify, react-router, remix, tanstack-react-start, go, astro, nuxt, vue, ruby, js-backend |
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.
I think you can probably remove the sdk front matter attribute completely. Is there a specific SDK that we don't want to show this for?
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.
I'm not sure! I copied the component overview page's lead here. I will wait for @clerk/docs to chime in π
| npm install @clerk/ui@latest | ||
| ``` | ||
|
|
||
| Next, import `ui` from the `@clerk/ui` package and pass it to the `ClerkProvider`: |
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.
what if you're not using a ClerkProvider?
Co-authored-by: Dylan Staley <[email protected]>
Co-authored-by: Dylan Staley <[email protected]>
Co-authored-by: Dylan Staley <[email protected]>
π Previews:
What does this solve?
What changed?