
Security News
6 AppSec CTOs Debate Open Source Supply Chain Security at Black Hat
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.
@furlpay/ui
Advanced tools
Furlpay's shared design system — dark-mode design tokens, primitives, and financial asset logos for React.
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.
npm install @furlpay/ui
Peer dependency: react >= 18.
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>
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
@furlpay/elements — it composes these primitives for you.@furlpay/ui directly for visual consistency.MIT
FAQs
Furlpay shared design system — dark-mode tokens & primitives
The npm package @furlpay/ui receives a total of 3 weekly downloads. As such, @furlpay/ui popularity was classified as not popular.
We found that @furlpay/ui demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.

Research
/Security News
Thirteen malicious Packagist themes expose visitors on unpatched iPhones to a WebKit-to-kernel exploit chain that steals device data and wallet seeds.

Research
/Security News
Ten malicious OpenAPI React Query Codegen versions were published to npm in the Mini Shai-Hulud attack, all with valid provenance.