react-use-mailchimp

0.4.0 • Public • Published

react-use-mailchimp

A react hook to use to create a custom sign up form for your website.

API

import { useMailchimp } from 'react-use-mailchimp';
 
const url = '...';
 
const Component = () => {
  const [state, subscribe, reset] = useMailchimp({
    url
  });
 
  return <>TODO</>;
};

Readme

Keywords

none

Package Sidebar

Install

npm i react-use-mailchimp

Weekly Downloads

14

Version

0.4.0

License

MIT

Unpacked Size

8.6 kB

Total Files

13

Last publish

Collaborators

  • rogovdm