React SDK
The React SDK includes setup guides, foundational concepts, prebuilt components, hooks, providers, and styling references for integrating Wallet UI into a React application.
Use these docs when you want a fast path to a working wallet experience without giving up control over state, rendering, or styling.
Start here
Section titled “Start here” Getting started Install the React SDK and wire up Wallet UI in a new app.
Core concepts Understand the wallet state model and the primitives exposed by the SDK.
Framework guides Follow setup guides for Vite or Next.js.
Browse the API surface
Section titled “Browse the API surface” Components Use the prebuilt dropdown and account guard components.
Hooks Build custom flows with the React hooks exposed by Wallet UI.
Providers Configure the context providers that power wallet state in your app.
Styling Choose between the packaged CSS and Tailwind styling options.
If you want the quickest path, start with Getting started, add the provider, then choose whether to ship the built-in components or build your own flows from the hooks.