New:Socket for Asana Is Now Available.Learn more
Get Started

@furlpay/ui

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@furlpay/ui

Furlpay shared design system — dark-mode tokens & primitives

latest
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

@furlpay/ui

Furlpay's shared design system — dark-mode design tokens, primitives, and financial asset logos for React.

npm

This is the internal design system used across Furlpay surfaces (web app, extension, Elements). Published so integrators building custom UIs can match Furlpay's look, and so @furlpay/elements has a consistent foundation.

Install

npm install @furlpay/ui

Peer dependency: react >= 18.

What's inside

Design tokens

Dark-mode-first color, spacing, radius, and typography tokens:

import { tokens } from "@furlpay/ui";

<Button />

The core action primitive, styled with the token set:

import { Button } from "@furlpay/ui";

<Button onClick={submit}>Continue</Button>

Asset logos

Consistent, self-contained SVG marks for financial assets — no image CDN needed:

import { CoinLogo, ChainLogo, StockLogo, CardNetworkLogo, AssetLogo } from "@furlpay/ui";

<CoinLogo symbol="USDC" />
<ChainLogo chain="solana" />
<StockLogo symbol="AAPL" />
<CardNetworkLogo network="visa" />
<AssetLogo …/>   // resolves the right logo for any asset kind

When to use what

  • Building a checkout? Use @furlpay/elements — it composes these primitives for you.
  • Building a custom dashboard or wallet UI on Furlpay APIs? Use @furlpay/ui directly for visual consistency.

License

MIT

FAQs

Package last updated on 03 Jul 2026

Related posts