JSPM

  • Created
  • Published
  • Downloads 3941535
  • Score
    100M100P100Q11026F
  • License MIT

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 cover

@react-email/button
A React button component to help build emails.

Installation

With yarn

yarn add -E @react-email/button

With NPM

npm install --save-exact @react-email/button

Getting 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