attach-labels

Attach `label` node to the `input` that follows it.


Keywords
attach-labels, label, input, browser, dom
License
MIT
Install
npm install attach-labels@2.0.0

Documentation

NPM version Build Status Dependency Status

attach-labels

Attach label node to the input that follows it.

Install

$ npm install --save attach-labels

Usage

var attachLabels = require('attach-labels');

attachLabels('Rainbow');

License

MIT © Damian Krzeminski