Balance Progress
Component to show the balance progress of the escrow based on the target.
BalanceProgressEscrowsNEW
Installation
Before installing the block, make sure you have the required providers and blocks. You can read more in the dependencies section based on the block you are using.
1npx trustless-work add escrows/indicators/balance-progress/bar
Balance:USDC 300.00
Target: USDC 1000.00
Required Providers
<ReactQueryClientProvider />
<TrustlessWorkProvider />
<EscrowProvider /> // Optional: Use if you need selectedEscrow's amount, balance, or contractId.
Related Blocks
Escrows Table by Role
TableTable layout to explore escrows by role ...
EscrowsTable+4
Escrows Cards by Role
CardsCard grid to browse escrows by role with...
EscrowsCards+3
Escrows Table by Signer
TableTable layout to explore escrows by signe...
EscrowsTable+4
Escrows Cards by Signer
CardsCard grid to browse escrows by signer wi...
EscrowsCards+3