Skip to content

Illustration

Basic usage

tsx
import React from 'react';
import MailSentReact from 'intergalactic/illustration/MailSent';

const Demo = () => {
  return <MailSentReact />;
};

export default Demo;
import React from 'react';
import MailSentReact from 'intergalactic/illustration/MailSent';

const Demo = () => {
  return <MailSentReact />;
};

export default Demo;

Released under the MIT License.

Released under the MIT License.