Themes
Clerk currently offers four pre-built themes that can be exported from @clerk/themes
:
Usage
To get started, install the @clerk/themes
package.
To use a theme, import it from @clerk/themes
and pass it to the appearance
prop of a Clerk component. You can pass it to the <ClerkProvider>
component to apply it to all Clerk components in your app or you can pass it to a single Clerk component. For guided examples and to learn further about how to use themes, see the Appearance prop documentiation.
Default theme
Applied by default when no other theme is provided.
Feedback
Last updated on