@sampetering/provider-provider
v2.0.0
Published
You could totally write this yourself, but why would you?
Downloads
2
Readme
provides your providers.
Install
pnpm add @sampetering/provider-provider
Usage
// Provide your providers to ProviderProvider with the providers prop.
<ProviderProvider providers={[ProviderA, ProviderB, ProviderC, ...]}>
<App />
</ProviderProvider>