@beforeyoubid/jsx-mail-components
TypeScript icon, indicating that this package has built-in type declarations

1.0.4ย โ€ขย Publicย โ€ขย Published

JSXMail

import React from 'react';
import { Group } from '@beforeyoubid/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 @beforeyoubid/jsx-mail-components) and then just import the component from @beforeyoubid/jsx-mail-components that you want to use

Documentation

See the documentation here

Readme

Keywords

none

Package Sidebar

Install

npm i @beforeyoubid/jsx-mail-components

Weekly Downloads

104

Version

1.0.4

License

MIT

Unpacked Size

26.4 kB

Total Files

19

Last publish

Collaborators

  • cayob
  • ben-byb
  • akram-byb
  • shiwam-byb
  • dmitrii8723
  • chainat-byb
  • mitch_byb