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%
Login to view codeCreate a free account to access component source code
Login to view codeCreate a free account to access component source code
Login to view codeCreate a free account to access component source code
NVDA
NVDANVIDIA
$158.40
+34.01%
Login to view codeCreate a free account to access component source code
Login to view codeCreate a free account to access component source code
Login to view codeCreate a free account to access component source code
Solana TVL
TVLSolana DeFi
$7.84B
+28.10%
Login to view codeCreate a free account to access component source code
Login to view codeCreate a free account to access component source code
Login to view codeCreate a free account to access component source code
SOL vs ETH
SOLvs ETH · rebased 100
117.1
+17.13%
Login to view codeCreate a free account to access component source code
Login to view codeCreate a free account to access component source code
Login to view codeCreate a free account to access component source code
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.tsxprice-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" />