https://github.com/parro-it/html-attributes-names
https://github.com/parro-it/html-attributes-names
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/parro-it/html-attributes-names
- Owner: parro-it
- License: mit
- Created: 2015-08-13T09:12:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-13T09:35:54.000Z (over 10 years ago)
- Last Synced: 2024-04-15T00:06:08.098Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# html-attributes-names
A JSON file with a list of HTML attributes
## Installation
```bash
npm install --save html-attributes-names
```
## How it works
## Usage
```javascript
import htmlAttributesNames from 'html-attributes-names';
// htmlAttributesNames is an array of attributes names
```
## Credits
List data was extracted from Alex Mingoia [html-attributes](https://github.com/alexmingoia/html-attributes)
## License
The MIT License (MIT)
Copyright (c) 2015 Andrea Parodi