react-kiwi-dropdown
Version:
A minimal, easy-to-use and highly adjustable dropdown component made with ReactJS.
80 lines (52 loc) • 1.89 kB
Markdown
[![Build][build-badge]][build]
[![Downloads][downloads-badge]][downloads]
[![Size][size-badge]][size]
Map of web namespaces.
[][]:
```bash
npm install web-namespaces
```
```javascript
var webNamespaces = require('web-namespaces')
console.log(webNamespaces)
```
Yields:
```js
{ html: 'http://www.w3.org/1999/xhtml',
mathml: 'http://www.w3.org/1998/Math/MathML',
svg: 'http://www.w3.org/2000/svg',
xlink: 'http://www.w3.org/1999/xlink',
xml: 'http://www.w3.org/XML/1998/namespace',
xmlns: 'http://www.w3.org/2000/xmlns/' }
```
`Object.<string, string>` — Map of short-name to namespaces.
* [`html-tag-names`](https://github.com/wooorm/html-tag-names)
— List of HTML tags
* [`mathml-tag-names`](https://github.com/wooorm/mathml-tag-names)
— List of MathML tags
* [`svg-tag-names`](https://github.com/wooorm/svg-tag-names)
— List of SVG tags
* [`svg-element-attributes`](https://github.com/wooorm/svg-element-attributes)
— Map of SVG elements to allowed attributes
* [`html-element-attributes`](https://github.com/wooorm/html-element-attributes)
— Map of HTML elements to allowed attributes
* [`aria-attributes`](https://github.com/wooorm/aria-attributes)
— List of ARIA attributes
[][license] © [Titus Wormer][author]
<!-- Definition -->
[]: https://img.shields.io/travis/wooorm/web-namespaces.svg
[]: https://travis-ci.org/wooorm/web-namespaces
[]: https://img.shields.io/npm/dm/web-namespaces.svg
[]: https://www.npmjs.com/package/web-namespaces
[]: https://img.shields.io/bundlephobia/minzip/web-namespaces.svg
[]: https://bundlephobia.com/result?p=web-namespaces
[]: https://docs.npmjs.com/cli/install
[]: license
[]: https://wooorm.com