chromakode / react-html-email

Create elegant HTML email templates using React.
MIT License
896 stars 115 forks source link

Your kitchenSink.jsx doesn't work, should it? #45

Closed jacksonp2008 closed 6 years ago

jacksonp2008 commented 6 years ago

Appears import should be 'react-html-email', and some others.

I just pasted into a brand new create-react-app, and doesn't seem to work.

Looking to render emails from various sources.

thanks

chromakode commented 6 years ago

The import is relative because kitchenSink.jsx is tested in CI after every commit. Does the code work when you change the import? Can you share more information about the error you are getting?