Supreeth
Supreeth
# Tech Design ## Summary: ### Approach 1 Add `imageType` prop to terra-image to differentiate between informative and decorative image. ## Requirements and Accessibility: As a consumer of Terra-Image, I...
# Tech Design ## Summary: ### Approach 2 Add new subcomponent Decorative Image to render Image API as a non-text content. ## Requirements and Accessibility: As a consumer of Terra-Image,...
> [alt](https://github.com/cerner/terra-core/blob/terra-profile-image%403.41.1/packages/terra-image/src/Image.jsx#L42) is currently a required prop. For a _decorative_ image it is no longer needed and will be overwritten with an empty string. Do we still have to keep...
> I think in design #2 to create a new subcomponent for this is unnecessary because most of the core features remain the same with the exception of the image...