chromakode / react-html-email

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

Span component does not inherit className prop #66

Closed lionsdwarf closed 2 years ago

lionsdwarf commented 6 years ago

Whereas components like Box and Item will inherit className props, the Span component will not.

lionsdwarf commented 6 years ago

Use the generic <span> element in lieu of the library's <Span> component.