Back to Developers
Frontend UI Kit

Premium components for
React Developers

Skip the UI boilerplate. Use our production-ready components to build high-converting payment flows in minutes.

Core Components

OrvexPayButton

The easiest way to start a checkout flow.

Stable
import { OrvexPayButton } from 'orvex-pay-react';

<OrvexPayButton variant="glass" size="lg">
  Pay with Crypto
</OrvexPayButton>
Built-in loading states
Glassmorphic variants
Full accessibility support
Multi-size scaling

OrvexCheckout

Embed the entire checkout experience directly on your page.

Beta
import { OrvexCheckout } from 'orvex-pay-react';

<OrvexCheckout invoiceId="INV_12345" />
Seamless iframe integration
Custom success/cancel listeners

Installation

Terminal
npm install orvex-pay-react orvex-pay

Requirements

  • React 16.8+ (Hooks)
  • OrvexPay Node SDK 1.2+
  • Modern Browser support