Package Exports
- @react-email/button
- @react-email/button/dist/index.js
- @react-email/button/dist/index.mjs
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@react-email/button) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme

@react-email/button
A React button component to help build emails.
Installation
With yarn
yarn add -E @react-email/buttonWith NPM
npm install --save-exact @react-email/buttonGetting Started
Add the Button to your app first.
import { Button } from '@react-email/button';
const App = () => {
return (
<div>
<Button href="https://react.email">Button</Button>
</div>
);
};Documentation
Find the full API reference on official documentation.
License
MIT License