Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pirxpilot/attach-labels

Attach label node to the input node that follows it.
https://github.com/pirxpilot/attach-labels

browser dom

Last synced: 8 days ago
JSON representation

Attach label node to the input node that follows it.

Awesome Lists containing this project

README

        

[![NPM version][npm-image]][npm-url]
[![Build Status][build-image]][build-url]
[![Dependency Status][deps-image]][deps-url]

# attach-labels

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

## Install

```sh
$ npm install --save attach-labels
```

## Usage

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

attachLabels('Rainbow');
```

## License

MIT © [Damian Krzeminski](https://pirxpilot.me)

[npm-image]: https://img.shields.io/npm/v/attach-labels
[npm-url]: https://npmjs.org/package/attach-labels

[build-url]: https://github.com/pirxpilot/attach-labels/actions/workflows/check.yaml
[build-image]: https://img.shields.io/github/actions/workflow/status/pirxpilot/attach-labels/check.yaml?branch=main

[deps-image]: https://img.shields.io/librariesio/release/npm/attach-labels
[deps-url]: https://libraries.io/npm/attach-labels