0.0.1 • Published 3 years ago
@react-email/a v0.0.1

Install
Install component from your command line.
With yarn
yarn add @react-email/a -EWith npm
npm install @react-email/a -EGetting 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
| Name | Type | Default | Description |
|---|---|---|---|
| href | string | Link to be triggered when the button is clicked | |
| target | string | _blank | Specify the target attribute for the button link |
License
MIT License
0.0.1
3 years ago