Installation

Install the Raydius React SDK using npm:

Copy

$ npm install @raydius/react

Both components can be imported directly from the SDK, like so:

Copy

import { RaydiusProvider, useRaydius } from '@raydius/react';

Last updated