Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pirxpilot/attach-labels
- Owner: pirxpilot
- Created: 2017-12-07T00:34:51.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-02-21T10:28:50.000Z (12 months ago)
- Last Synced: 2024-12-01T03:08:31.598Z (2 months ago)
- Topics: browser, dom
- Language: JavaScript
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Changelog: History.md
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