Price Chart

Ticker chrome with last price and signed delta. Use it for tokens, equities, or protocol TVL.

SOL

@spectrumui/price-chart

SOLSolana

$150.40

+17.13%

NVDA

NVDANVIDIA

$158.40

+34.01%

Solana TVL

TVLSolana DeFi

$7.84B

+28.10%

SOL vs ETH

SOLvs ETH · rebased 100

117.1

+17.13%

Manual installation

Prefer to copy by hand? Open the Code tab on any example above and switch to the file you need — every source file is there, not just the demo. Drop them in your project like this:

  • chart-kit.tsxcomponents/spectrumui/charts/chart-kit.tsx
  • price-chart.tsxcomponents/spectrumui/charts/price-chart.tsx

Then install its dependencies: npm i recharts framer-motion

Usage

import { PriceChart } from '@/components/spectrumui/charts/price-chart';

<PriceChart data={series} symbol="SOL" name="Solana" />
Work with me