Token Vesting
A component for managing and tracking token vesting schedules with detailed progress visualization.
Total Vested: 75,000 tokens
Token Vesting
TOKEN
active25000 / 100000
Dec 26, 2025Dec 26, 2026
REWARD
completed50000 / 50000
Sep 27, 2025Feb 24, 2026
NEW
pending0 / 75000
Apr 25, 2026Apr 25, 2027
Installation
Run the following command to add the Token Vesting component to your project:
npx shadcn@latest add https://w3-kit.com/registry/token-vesting.jsonThis will:
- Create the component in your
components/uidirectory - Add all necessary dependencies to your package.json
- Set up required configuration files
- Add vesting calculation utilities to your project