0.0.5 • Published 8 years ago

@nymdev/clay-newsletter-signup v0.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

clay-newsletter-signup

A simple newsletter signup component

Install

npm install --save @nymdev/clay-newsletter-signup

Adds a newsletter signup component that links to a signup form.

Usage

Once you install it, it will be automatically recognized by amphora. It has three editable fields, message, link, and cta.

To include it, create an instance of it and add a reference to a component list (for example, in your sidebar).

components:
  layout:
    instances:
      article:
        sidebar:
          -
            _ref: /components/clay-newsletter-signup/instances/latest-news-signup
  clay-newsletter-signup:
    instances:
      latest-news-signup:
        message: Join our email list
        link: http://a.google.form
        cta: Sign Up Now
0.0.5

8 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago