For the complete documentation index, see llms.txt. This page is also available as Markdown.

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