WAVE
Noise-cancelling headphones¥ 899Component
You might say
Turn this repeated product area into a component so one change updates every instance.
A component is a unit that groups a reusable piece of interface with the behavior it owns.For example, a product card can be shared by the home page, search results, and saved items when all show an image, price, and purchase action. An input field can also be a component. Components divide interface responsibility; not every tiny label needs to become one.
Know first
UI Component
Further reading