@redwoodjs-stripe/web
v1.0.11
Published
This package handles code for the web side of the [redwoodjs-stripe](https://github.com/chrisvdm/redwoodjs-stripe) plugin.
Downloads
394
Maintainers
Readme
redwoodjs-stripe/web
This package handles code for the web side of the redwoodjs-stripe plugin.
Use
- Run plugin setup script. Follow the prompts No need to install, the setup script sorts all this out for you.
npx @redwoodjs/cli@latest setup
- To use the web side code import code like this:
import { StripeProvider } from '@redwoodjs-stripe/web'
Refer to the documentation for more information.