$ npm install @hawk-ui/image --save
@import '/path__to__node_modules/@hawk-ui/image/dist/index.min.css
import Image from '@hawk-ui/image';
<div style={{ width: '200px' }}>
<Image
src={null}
fallbackSrc="https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png"
alt="google image"
role="show image"
title="google"
/>
</div>