Package Exports
- html-attributes
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (html-attributes) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
html-attributes

List of HTML attributes as a map of camelCased names.
Installation
Install using npm:
npm install html-attributes
Install using bower:
bower install html-attributes
Using browser script tag and global (UMD wrapper):
// Available via window.html-attributes
<script src="dist/html-attributes.js"></script>
Also available as JSON at /dist/html-attributes.json
.
Contributing
Please submit all issues and pull requests to the alexmingoia/html-attributes repository!
Tests
Run tests using npm test
or gulp test
.
Code coverage
Generate code coverage using gulp coverage
and open coverage.html
in your
web browser.
Support
If you have any problem or suggestion please open an issue here.