📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

@swing.xyz/ui

Package Overview
Dependencies
Maintainers
2
Versions
289
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@swing.xyz/ui

0.67.7
latest
Source
npm
Version published
Maintainers
2
Created
Source
Swing.xyx Swing.xyx

@swing.xyz/ui

Embedable UI component to enable cross-chain bridging & swaps on any website!




Installation

Install using your favorite package manager.

yarn add @swing.xyz/ui

# OR

npm i @swing.xyz/ui

Guides

Check out our developer documentation for the latest guides and reference docs!

Usage

Swaps

import { Swap } from '@swing.xyz/ui';

export default function App() {
  return <Swap />;
}

Staking

import { Stake } from '@swing.xyz/ui';

export default function App() {
  return <Stake />;
}

Withdrawal

import { Withdraw } from '@swing.xyz/ui';

export default function App() {
  return <Withdraw />;
}

Gas Refill

import { Gas } from '@swing.xyz/ui';

export default function App() {
  return <Gas />;
}

FAQs

Package last updated on 27 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts