chromakode / react-html-email

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

Include 'dowload' attribute on <A> component #34

Closed jmaguirrei closed 6 years ago

jmaguirrei commented 7 years ago

Hi, is it possible to include this attribute?

Like <A href="..." download="my-file.pdf" />

So the user can click the link and download the pdf on the link, instead of open it.

Thanks

chromakode commented 6 years ago

Merged in https://github.com/chromakode/react-html-email/commit/3529d461640e5c31b3c442f81ffded3bf50f3d6e :+1: