Home > front end >  Is there a way to create a component as shown in the image below using react material UI
Is there a way to create a component as shown in the image below using react material UI

Time:09-22

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.

enter image description here

CodePudding user response:

This could be a starting point for you with the screenshot below taken from material UI documentation.

enter image description here

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.

  • Related