Crypto and web3 UI components for React

Components for onchain products, taken from real ones. A swap ticket where the button text carries the validation, balances that read as money rather than as raw decimals, and market surfaces that survive live prices moving under them. Dark, dense, and installed as source you own.

9 components, installable with the shadcn CLI.

Questions

Do these connect to a wallet?
No. They are interface components with no wallet or chain dependency, so you connect them to wagmi, viem or whatever your stack uses and keep the UI layer separate.
Are token amounts formatted safely?
Amount inputs and balance displays are built around fixed decimal handling and tabular figures, so long token values stay aligned and readable.

Browse by type

Install one in a minute

Every component here installs with the shadcn CLI and lands in your project as source you own.

Read the install guide