react-carousel-query
Version:
A infinite carousel component made with react that handles the pagination for you.
88 lines (61 loc) • 1.53 kB
Markdown
[![Build][build-badge]][build]
[![Downloads][downloads-badge]][downloads]
[![Size][size-badge]][size]
List of known void HTML elements.
Includes ancient (such as `nextid` and `basefont`) and modern (such as `img` and
`meta`) tag names from the HTML living standard.
**Note**: there’s one special case: `menuitem`.
W3C specifies it to be void, but WHATWG doesn’t.
I suggest using the void form.
## Install
[npm][]:
```sh
npm install html-void-elements
```
## Use
```js
var htmlVoidElements = require('html-void-elements')
console.log(htmlVoidElements)
```
Yields:
```js
[ 'area',
'base',
'basefont',
'bgsound',
'br',
'col',
'command',
'embed',
'frame',
'hr',
'image',
'img',
'input',
'isindex',
'keygen',
'link',
'menuitem',
'meta',
'nextid',
'param',
'source',
'track',
'wbr' ]
```
`Array.<string>` — List of lower-case tag names.
[][license] © [Titus Wormer][author]
<!-- Definition -->
[]: https://img.shields.io/travis/wooorm/html-void-elements.svg
[]: https://travis-ci.org/wooorm/html-void-elements
[]: https://img.shields.io/npm/dm/html-void-elements.svg
[]: https://www.npmjs.com/package/html-void-elements
[]: https://img.shields.io/bundlephobia/minzip/html-void-elements.svg
[]: https://bundlephobia.com/result?p=html-void-elements
[]: https://docs.npmjs.com/cli/install
[]: license
[]: https://wooorm.com