Getting Started
Step 1: Install the Package
npm install @anyalt/widget @tanstack/react-query
# or
yarn add @anyalt/widget @tanstack/react-query
# or
pnpm add @anyalt/widget @tanstack/react-queryStep 2: Import the font family and styles
import '@fontsource/rethink-sans/400.css';
import '@fontsource/rethink-sans/500.css';
import '@fontsource/rethink-sans/600.css';
import '@solana/wallet-adapter-react-ui/styles.css';
import '@rainbow-me/rainbowkit/styles.css';Step 2: Wrap Your Application with the providers
Step 3: Import and Use the AnyAltWidget
How It Works
Last updated