@muil/components
v0.0.35
Published
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).
Downloads
1,669
Readme
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>;
More Components