0.0.1 • Published 2 years ago

@react-email/a v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

React Email img cover

Install

Install component from your command line.

With yarn

yarn add @react-email/a -E

With npm

npm install @react-email/a -E

Getting started

Add the component to your email template. Include styles where needed.

import { A } from '@react-email/a';

const Email = () => {
  return (
    <A href="https://example.com">Example</A>
  );
};

Props

NameTypeDefaultDescription
hrefstringLink to be triggered when the button is clicked
targetstring_blankSpecify the target attribute for the button link

License

MIT License