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

@muil/components

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@muil/components

React components for faster and easier email templates development. Responsive by design on most-popular email clients, even Outlook. Inspired by [Inky](https://github.com/foundation/inky).

  • 0.0.24
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
379
increased by44.11%
Maintainers
2
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 11 Oct 2020

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