Limit Order Manager
A component for managing limit orders and stop-loss orders with real-time status updates.
Limit Orders
0.5 ETH
Limit @ $3000
Active
1.0 ETH
Stop Loss @ $2500
Active
Installation
Run the following command to add the Limit Order Manager component to your project:
npx shadcn@latest add https://w3-kit.com/registry/limit-order-manager.jsonThis will:
- Create the component in your
components/uidirectory - Add all necessary dependencies to your package.json
- Set up required configuration files
- Add order management utilities to your project