Zenixo
Zenixo

Reputation: 877

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..? 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

Upvotes: 1

Views: 113

Answers (1)

KeepLearning
KeepLearning

Reputation: 141

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.

Upvotes: 1

Related Questions