Token List
A customizable component for displaying token balances and prices with multiple layout options.
Total Value: $9244.50
Token↑ | Balance | Price | Value |
---|---|---|---|
B Bitcoin BTC | 0.05 | $35,000.00 | $1,750.00 |
E Ethereum ETH | 1.5 | $1,900.50 | $2,850.75 |
S Solana SOL | 25 | $125.75 | $3,143.75 |
U Tether USDT | 500 | $1.00 | $500.00 |
U USD Coin USDC | 1000 | $1.00 | $1,000.00 |
Installation
Run the following command to add the Token List component to your project:
npx w3-kit@latest add token-list
This will:
- Create the component in your
components/ui
directory - Add all necessary dependencies to your package.json
- Set up required configuration files
- Add token price fetching utilities to your project