Matchbox illustrations are used to enhance the experience of a UI.
Matchbox provides a few illustrations to enhance the experience of a UI.
You can use these illustrations one of three ways:
@sparkpost/matchbox-media
npm i @sparkpost/matchbox-media
import Image from '@sparkpost/matchbox-media/images/Accounts.png';
const Component = () => {
return <img src={Image} />;
}
<img
src="https://unpkg.com/@sparkpost/matchbox-media/images/Accounts.jpg"
/>
All images are available as .png
, .jpg
, or .webp
.
All images are also available at @small
(50%) and @medium
(70%) sizes. Append @small
or @medium
to the filenames, and do not append anything for the largest size.
import Accounts from '@sparkpost/matchbox-media/images/Accounts.jpg';
import Billing from '@sparkpost/matchbox-media/images/Billing.jpg';
import Configuration from '@sparkpost/matchbox-media/images/Configuration.jpg';
import ErrorImage from '@sparkpost/matchbox-media/images/Error.jpg';
import Flagging from '@sparkpost/matchbox-media/images/Flagging.jpg';
import Mail from '@sparkpost/matchbox-media/images/Sending-Mail.jpg';
import Analytics from '@sparkpost/matchbox-media/images/Analytics.jpg';
import Signup from '@sparkpost/matchbox-media/images/Signup.jpg';
import RV from '@sparkpost/matchbox-media/images/Recipient-Validation.jpg';