@music163/tango-mail
v0.5.3
Published
react mail components for tango
Downloads
464
Readme
@music163/tango-mail
A email components library based on React for tango.
Usage
import { Html, Button } from '@music163/tango-mail';
const Email = () => {
return (
<Html lang="en" dir="ltr">
<Button href="https://example.com" style={{ color: '#61dafb' }}>
Click me
</Button>
</Html>
);
};