Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Panora Widget SDK — React Example

A minimal React + Vite app demonstrating all three display modes of the Panora swap widget.

Quick Start

npm install
npm run dev

Open http://localhost:3456.

Configuration

Copy .env.example to .env and add your API key (optional — the widget falls back to a public key):

cp .env.example .env

Display Modes

  • INTEGRATED — Renders inline inside a target <div>
  • WIDGET — Floating button in the corner
  • MODAL — Centered popup dialog

Learn More