Latest React SDK version - 
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 theuseCrossmintAuth 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

