Is there a way to create a component as shown in the image below using react material UI..? I am a new student for react and I have to know idea how to create a component like this. If you can help me, It's mean a lot. Thank You very much.
CodePudding user response:
This could be a starting point for you with the screenshot below taken from material UI documentation.
Link to documentation: https://mui.com/components/text-fields/
You may check out the source code in the link above to see how they implement it.