react-inky icon indicating copy to clipboard operation
react-inky copied to clipboard

🦑 React components for Inky

Results 4 react-inky issues
Sort by recently updated
recently updated
newest added

Type checking is good, when it renders as string. But, if you show mail with hot reload feature, it Proxies all types. And type checking stop work. So, duck typing...

I have issue with the responsiveness of my layout. I followed the docs but it still not working ``` import React from "react"; import { renderToStaticMarkup } from "react-dom/server"; import...

I make use of react-inky to generate email style templates, and I use enzyme to write unit tests for them. When I run my tests, I get warnings like: ```...