Description
We need a component to display a part that users will see in a list in a "my parts under review" section. This component will look like:
.
This component will eventually fit into a scrollable component to display a users parts that are under review that looks like:

This ticket is ONLY for the inner component, which should take in a part and give the data. You do not need to handle the logic for deciding what parts should be displayed for the user.
Additionally, we need to be able to display multiple of these boxes side by side (to show different kinds of parts for a single user), so this component should show different content depending on it's size. At full screen it should look like the first screenshot above. At half screen it should look like:

And a a third of the screen it should look like this:

Acceptance Criteria
There exists a component that looks like the first screenshot which takes in a part (shared type) and produces the given layout.
Proposed Solution
You can test this component by just putting it directly on the parts page and giving it sample props. Look at other similar components and follow NER conventions.
Mocks
No response
Description
We need a component to display a part that users will see in a list in a "my parts under review" section. This component will look like:
.

This component will eventually fit into a scrollable component to display a users parts that are under review that looks like:
This ticket is ONLY for the inner component, which should take in a part and give the data. You do not need to handle the logic for deciding what parts should be displayed for the user.
Additionally, we need to be able to display multiple of these boxes side by side (to show different kinds of parts for a single user), so this component should show different content depending on it's size. At full screen it should look like the first screenshot above. At half screen it should look like:

And a a third of the screen it should look like this:

Acceptance Criteria
There exists a component that looks like the first screenshot which takes in a part (shared type) and produces the given layout.
Proposed Solution
You can test this component by just putting it directly on the parts page and giving it sample props. Look at other similar components and follow NER conventions.
Mocks
No response