Skip to main contentSkip to navigation

Crypto Screener

Filter and discover cryptocurrencies based on various criteria.

Installation

npx @hanzo/ui@latest add crypto-screener

Usage

import { CryptoScreener } from "@hanzo/ui/finance"

export default function Demo() {
  return <CryptoScreener market="crypto" colorTheme="dark" />
}