JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3855673
  • Score
    100M100P100Q8595F
  • License MIT

Display a divider that separates content areas in your email

Package Exports

    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/hr) 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 Hr cover

    @react-email/hr
    Display a divider that separates content areas in your email.

    Install

    Install component from your command line.

    With yarn

    yarn add @react-email/hr -E

    With npm

    npm install @react-email/hr -E

    Getting started

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

    import { Hr } from '@react-email/hr';
    
    const Email = () => {
      return (
        <Hr />
      );
    };

    License

    MIT License