Skip to main content

Latest React SDK version - npm

The Crossmint React SDK (@crossmint/client-sdk-react-ui) provides React components and hooks for integrating Crossmint authentication into your application, including email OTP, social login (OAuth), and session management.

Installation

Provider Setup

Wrap your application with the required providers:
Note: CrossmintAuthProvider must be nested inside CrossmintProvider.

Quick Example

Once providers are set up, use the useCrossmintAuth hook to access auth state:

Next Steps

  • Providers — Configure providers and their options
  • Hooks — Access SDK state via React hooks
  • Components — Drop-in UI components