@ryftpay/react
v0.1.2
Published
Official React components and hooks for Ryft payment processing, providing seamless integration of payment forms, digital wallets, and checkout flows.
Readme
Ryft React SDK (@ryftpay/react)
This package provides the Ryft React SDK, a set of React components and hooks for integrating Ryft payments into React applications. The React SDK includes pre-built UI components for accepting payments, as well as hooks for accessing the underlying controller and state.
⚠️ Beta Warning
This SDK is currently in Beta. Unless you are testing the Beta, please refer to the stable version of the docs for integration guidance.
Quick start
1) Install the SDK
The recommended approach is to install the SDK from npm:
npm install @ryftpay/react
# or
pnpm add @ryftpay/react
# or
yarn add @ryftpay/react
# or
bun add @ryftpay/react2) Follow the quick start guide
A quick start guide along with full technical documentation for the Ryft React SDK is available in the Ryft React SDK docs.
