Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@beforeyoubid/jsx-mail-components

Package Overview
Dependencies
Maintainers
7
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@beforeyoubid/jsx-mail-components

Components to facilitate the creation of your templates with jsx mail. 🚀✉️

  • 1.0.3
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-90%
Maintainers
7
Weekly downloads
 
Created
Source

JSXMail

import React from 'react';
import { Group } from '@jsx-mail/components';

export default function hello({ name }) {
  return (
    <Group align="center">
      <h1>Hello {name}, welcome to our website!</h1>
    </Group>
  );
}

The jsx-mail component is a package of the jsx-mail framework that makes your email templates easier and simpler. Example: One of the components is the Group which must be used instead of the HTML div tag. This component creates an HTML table (this so you don't write lines of code to create your table, which is indicated by email clients)

Usage

It is very simple to use the jsx-mail components, just install it (pnpm add/yarn add/npm i @jsx-mail/components) and then just import the component from @jsx-mail/components that you want to use

Documentation

See the documentation here

FAQs

Package last updated on 26 Feb 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc