JustaNameProvider
@justaname.id/react • Docs
@justaname.id/react / JustaNameProvider
Function: JustaNameProvider()
JustaNameProvider(
props
,deprecatedLegacyContext
?):ReactNode
Provides JustaName context to child components, allowing them to access and interact with the JustaName service.
Parameters
• props: JustaNameProviderProps
The props for the JustaNameProvider component.
• deprecatedLegacyContext?: any
Deprecated
See
Returns
ReactNode
The provider component wrapping children.
Component
Defined in
packages/@justaname.id/react/src/lib/providers/JustaNameProvider.tsx:84
Last updated