1.0.2 • Published 4 years ago

blogmail-react v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Node.js CI Node.js Package

blogmail-react

This project provides a React component for integrating blogmail.

Usage

npm install blogmail-react

or

yarn add blogmail-react

Minimal example

import React from "react"
import ReactDOM from "react-dom"
import Blogmail from "blogmail-react"

const newsletterId = "newsletterId"

const App = () => <Blogmail newsletterId={newsletterId} />

ReactDOM.render(<App />, document.body)

See the example dir for a detailed example.

1.0.2

4 years ago

1.0.0

4 years ago