Components
In-depth component reference: UI building blocks, required props, customization options, and composition patterns for the Humanity React SDK.
HumanityProvider
HumanityProviderimport { HumanityProvider } from '@humanity-org/react-sdk';
<HumanityProvider
clientId="hp_xxx"
redirectUri="https://app.com/callback"
environment="production"
storage="memory"
theme="system"
onError={(err) => console.error(err)}
>
<App />
</HumanityProvider>Prop
Type
Default
Description
HumanityConnect
HumanityConnectProp
Type
Default
Description
HumanityVerify
HumanityVerifyProp
Type
Default
Description
HumanityGate
HumanityGateProp
Type
Default
Description
HumanityProfile
HumanityProfileProp
Type
Default
Description
HumanityErrorBoundary
HumanityErrorBoundaryProp
Type
Description
Theming
Last updated