Filter and discover cryptocurrencies based on various criteria.
npx @hanzo/ui@latest add crypto-screener
import { CryptoScreener } from "@hanzo/ui/finance" export default function Demo() { return <CryptoScreener market="crypto" colorTheme="dark" /> }