All Projects → muil-io → components

muil-io / components

Licence: MIT License
Easily develop emails with email-ready components.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to components

laravel-mjml
Laravel MJML offers support for rendering MJML syntax into in-line HTML that can be sent within mails.
Stars: ✭ 26 (+44.44%)
Mutual labels:  mail, templates
Applescripts
My collection of AppleScripts created/acquired over the years. This repo is designed to provide useful AppleScripts for others and as a general resource for AppleScript education.
Stars: ✭ 56 (+211.11%)
Mutual labels:  mail, calendar
muil
Muil is a framework to build, maintain and manage dynamic templates using React and tools you know and love
Stars: ✭ 26 (+44.44%)
Mutual labels:  templates, muil
Django Mail Templated
Send emails using Django template system
Stars: ✭ 146 (+711.11%)
Mutual labels:  mail, templates
Dashboards
Responsive dashboard templates 📊✨
Stars: ✭ 10,914 (+60533.33%)
Mutual labels:  charts, templates
nettemp
Interface for controlling the temperature sensors DS18B20, supports; serial DS9097, usb DS9097U, usb DS2490, Raspberry Pi GPIO
Stars: ✭ 53 (+194.44%)
Mutual labels:  charts, mail
Openpaas Esn
Open PaaS Enterprise Social Network
Stars: ✭ 414 (+2200%)
Mutual labels:  mail, calendar
Postmark.js
Official Node.js library for the Postmark API
Stars: ✭ 177 (+883.33%)
Mutual labels:  mail, templates
Devextreme Reactive
Business React components for Bootstrap and Material-UI
Stars: ✭ 1,800 (+9900%)
Mutual labels:  charts, calendar
Life Calendar
A look at the big picture.
Stars: ✭ 139 (+672.22%)
Mutual labels:  charts, calendar
layouts
Wraps templates with layouts. Layouts can use other layouts and be nested to any depth. This can be used 100% standalone to wrap any kind of file with banners, headers or footer content. Use for markdown, HTML, handlebars views, lo-dash templates, etc. Layouts can also be vinyl files.
Stars: ✭ 28 (+55.56%)
Mutual labels:  layout, templates
goldstack
JavaScript Project Builder
Stars: ✭ 29 (+61.11%)
Mutual labels:  templates
impact-tools
Simple blueprints for change-makers
Stars: ✭ 34 (+88.89%)
Mutual labels:  templates
fiscalyear
📆 Utilities for managing the fiscal calendar
Stars: ✭ 33 (+83.33%)
Mutual labels:  calendar
TableViewKit
Empowering UITableView with painless multi-type cell support and built-in automatic state transition animations
Stars: ✭ 105 (+483.33%)
Mutual labels:  layout
ios-permissions-service
An easy way to do permissions requests & handling automatically.
Stars: ✭ 25 (+38.89%)
Mutual labels:  calendar
Klendario
A Swift wrapper over the EventKit framework
Stars: ✭ 44 (+144.44%)
Mutual labels:  calendar
mailx
A lightweight SMTP mail library
Stars: ✭ 17 (-5.56%)
Mutual labels:  mail
vue-calendar
基于vue和moment开发的时间组件
Stars: ✭ 25 (+38.89%)
Mutual labels:  calendar
css-pro-layout
CSS library for building responsive and customizable layouts
Stars: ✭ 53 (+194.44%)
Mutual labels:  layout

Muil Components

React components for faster and easier email templates development. Responsive by design on most-popular email clients, even Outlook. Inspired by Inky.

Building HTML emails is hard, especially responsive emails. That's why we created this library. Get away from complex table markup and inconsistent results.

Library includes

  • Responsive Grid for Any Layout
  • Common UI Components to Build Faster
  • Charts Components
  • Global theme and custom styles support

Read More Muil Docs - Components.

You can use this library with Muil or React Server Side Rendering

Installation

npm install @muil/components

or

yarn add @muil/components

Components

Basic Example

import { StyleProvider, Button } from "@muil/components";

<StyleProvider>
  <Button href="#">Button</Button>
  <Button href="#" tiny>Tiny Button</Button>
  <Button href="#" small>Small Button</Button>
  <Button href="#">Default Button</Button>
  <Button href="#" large>Large Button</Button>
</StyleProvider>;

Buttons

More Components

Bar Chart Multiple Bar Chart Multiple Bar Chart Calendar Heat map

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].