https://github.com/ericmorand/drupal-field-item
https://github.com/ericmorand/drupal-field-item
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ericmorand/drupal-field-item
- Owner: ericmorand
- License: apache-2.0
- Created: 2017-04-04T16:11:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-10T13:38:09.000Z (about 9 years ago)
- Last Synced: 2024-04-30T02:22:44.385Z (about 2 years ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# drupal-field-item
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]
Emulate Drupal Field Item in JavaScript.
## Why would I need this?
If you're wondering, you probably don't need this.
## Installation
```bash
npm install drupal-field-item
```
## License
Apache-2.0 © [Eric MORAND]()
[npm-image]: https://badge.fury.io/js/drupal-field-item.svg
[npm-url]: https://npmjs.org/package/drupal-field-item
[travis-image]: https://travis-ci.org/ericmorand/drupal-field-item.svg?branch=master
[travis-url]: https://travis-ci.org/ericmorand/drupal-field-item
[daviddm-image]: https://david-dm.org/ericmorand/drupal-field-item.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/ericmorand/drupal-field-item
[coveralls-image]: https://coveralls.io/repos/github/ericmorand/drupal-field-item/badge.svg
[coveralls-url]: https://coveralls.io/github/ericmorand/drupal-field-item