GithubHelp home page GithubHelp logo

zen-labss / fly Goto Github PK

View Code? Open in Web Editor NEW
34.0 2.0 3.0 1.06 MB

Emails writing in React, Vue and Angular.

JavaScript 19.36% TypeScript 63.00% Vue 17.65%
angular emails nodemailer phpmailer svelte sveltejs typescript vue vue3

fly's Introduction

Cover Fly

Why

Writing emails is still difficult as 2010 with HTML and CSS Inline. Well, fly is a framework that generates code for your email in your best framework, write in .vue or .tsx, either way, an HTML build is 100% compatible with your email client.

Motivation

Well, the motivation is basically beacuse React emails, but React emails has a problem, it is only compatible with react... Well, why not be compatible with Vue, React, Angular? Everyone has to have access.

Install

With yarn

yarn add @fly-email/react -E

With npm

npm install @fly-email/react -E

Getting started

Add component generate in your email template.

import { Text } from "@fly-email/react";

const Email = () => {
  <Text
    style={{
      fontSize: "16px",
      color: "#0D1D52",
      fontWeight: "bold",
      textAlign: "center",
    }}
  >
    Hello, World
  </Text>;
};

Components

Integrations

Support

Components compatible with your best client email.

Gmail logo Apple Mail Outlook logo Yahoo! Mail logo
Gmail ✔ Apple Mail ✔ Outlook ✔ Yahoo! Mail ✔

Contributors

fly's People

Contributors

gdois avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

fly's Issues

CLI Boilerplate

I need Boilerplate for Vue and React in CLI.

Motivation

It's very hard for user configure rollup and packages for zero, it very caotic.

README's for packages

README explain the packages, how bundle work, how core work, how convert .(jsx, vue) to html....

Figma file for copy cover, logo and typography.

Integration PHPMailer/Laravel

Integration for PHPMailer and Laravel Mail, like that Nodemailer.

Today, have a example for generate multiple Vue files in HTML, work 100% in PHPMailer. But, integration is not finished.

  • Convert multiple files in HTML
  • Automating compiler and sending of e-mails
  • Test in Laravel

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.