<FormInputGrouptext="Loan Amount $"placeholder="Enter the value of the loan"value={loanAmount}onInput={(event)=>setLoanAmount(event.target.value)}/>
<divclassName="row align-items-center">
<FormInputGrouptext="Interest Rate %"placeholder="Enter interest rate of the loan"value={interestRate}onInput={(event)=>setInterestRate(event.target.value)}/>
<divclassName="col mb-3">
<FormInputGrouptext="Loan Duration in Years"placeholder="Enter the duration of the loan in years"value={loanDuration}onInput={(event)=>setLoanDuration(event.target.value)}/>
<FormInputGrouptext="Loan Amount $"placeholder="Enter the value of the loan"value={loanAmount}onInput={(event)=>setLoanAmount(event.target.value)}/>
<FormInputGrouptext="Interest Rate %"placeholder="Enter interest rate of the loan"value={interestRate}onInput={(event)=>setInterestRate(event.target.value)}/>
<h4className="alert alert-info fw-bold">
<FormInputGrouptext="Loan Duration in Years"placeholder="Enter the duration of the loan in years"value={loanDuration}onInput={(event)=>setLoanDuration(event.target.value)}/>