Pasteup Forms

Part of the Pasteup collection.

View the docs

Installation

You will need

$ npm install -g bower

Then install this component with

$ bower install pasteup-forms --save

Usage

@import 'bower_components/pasteup-forms/src/_forms'

Or use the standalone build

Development

On top of the above requirements, you will also need

$ gem install bundler
$ npm install -g grunt-cli

Then, in root, install the dependecies

$ bundle install
$ npm install
$ bower install

To build the component

$ grunt build

To build the docs (output to the docs dir)

$ grunt docs

To release the component

$ grunt release

By default a patch release. Also major and minor targets available, e.g.

$ grunt release:minor