0

I am trying to copy the parts inside black circles on the image below for training React and Material UI. My problem is that I am struggling a bit with which Material UI components to use... Any help or examples that looks like this are happily accepted! enter image description here

1 Answer 1

1

There are some components from material-ui for composing the UI like what you asked for. You need to compose these components by yourself.

For components inside the long black circle, they can be from selects https://mui.com/components/selects/. You can find different styles from this link.

For components inside another circle. They are buttons, text_fields, chips, and cards. Which can be found from https://mui.com/components/buttons/ https://mui.com/components/text-fields/ https://mui.com/components/chips/ https://mui.com/components/cards/

Can't give an answer for the part of Minerva Obj Name without knowing how it is interacted.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.