I am trying to use MDB React forms in my application. I have downloaded mdbreact using the command npm install --save mdbreact.
Below is the code snippet :
<div className="text-center py-4 mt-3">
<MDBBtn className="btn btn-outline-purple" type="submit">
Send
<MDBIcon far icon="paper-plane" className="ml-2" />
</MDBBtn>
</div>
but the icon is not displayed and MDBBtn color is not purple. Anyone, please suggest.