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

https://github.com/parro-it/html-attributes-names


https://github.com/parro-it/html-attributes-names

Last synced: 11 months ago
JSON representation

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