# react-property

> HTML and SVG DOM property configs used by React.

Latest version **2.0.2** (published 2023-10-22) · MIT license · 0 weekly downloads

## Install

```sh
npm install react-property
pnpm add react-property
yarn add react-property
bun add react-property
```

## Health

**Score 40/100 (D)** — status: abandoned.

Positive: has types; no vulnerabilities; high maintenance score; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 2.0.2 |
| Published | 2023-10-22 |
| First published | 2019-07-05 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 62.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Maintainers | remarkablemark |
| Keywords | react-property, html, svg, dom, property, attribute, config, react, react-dom |

## Links

- npm: https://www.npmjs.com/package/react-property
- Repository: https://github.com/remarkablemark/react-dom-core
- Homepage: https://github.com/remarkablemark/react-dom-core#readme
- Issues: https://github.com/remarkablemark/react-dom-core/issues
- npm.io page: https://npm.io/package/react-property

## Alternatives

- [@tsparticles/shape-image](https://npm.io/package/@tsparticles/shape-image.md) — 303.7K weekly downloads
- [@tsparticles/shape-line](https://npm.io/package/@tsparticles/shape-line.md) — 233.7K weekly downloads
- [stringify-attributes](https://npm.io/package/stringify-attributes.md) — 58.6K weekly downloads
- [mobile-drag-drop](https://npm.io/package/mobile-drag-drop.md) — 46.3K weekly downloads
- [@comunica/actor-rdf-parse-html](https://npm.io/package/@comunica/actor-rdf-parse-html.md) — 29.2K weekly downloads

## Recent versions

- 2.0.2 (latest) — 2023-10-22
- 2.0.1 — 2023-10-22
- 2.0.0 — 2021-09-07
- 1.0.2 — 2021-09-05
- 1.0.1 — 2019-07-09
- 1.0.0 — 2019-07-09
- 0.1.0 — 2019-07-05

## README

# react-property

[![NPM](https://nodei.co/npm/react-property.png)](https://nodei.co/npm/react-property/)

[![NPM version](https://img.shields.io/npm/v/react-property.svg)](https://www.npmjs.com/package/react-property)

HTML and SVG DOM properties used by [React](https://github.com/facebook/react). See [DOMProperty](https://github.com/facebook/react/blob/main/packages/react-dom/src/shared/DOMProperty.js) and [possibleStandardNames](https://github.com/facebook/react/blob/main/packages/react-dom/src/shared/possibleStandardNames.js).

Try [Replit](https://replit.com/@remarkablemark/react-property) demo.

## Install

```sh
npm install react-property
```

## Usage

Import ES Module:

```js
import reactProperty from 'react-property';
```

Require with CommonJS:

```js
const reactProperty = require('react-property');
```

Module contains:

```js
{
  BOOLEAN: 3,
  BOOLEANISH_STRING: 2,
  NUMERIC: 5,
  OVERLOADED_BOOLEAN: 4,
  POSITIVE_NUMERIC: 6,
  RESERVED: 0,
  STRING: 1,
  getPropertyInfo: [Function: getPropertyInfo],
  isCustomAttribute: [Function: bound test],
  possibleStandardNames: {
    accept: 'accept',
    acceptcharset: 'acceptCharset',
    'accept-charset': 'acceptCharset',
    // ...
  }
}
```

## License

MIT. See [license](https://github.com/facebook/react/blob/main/LICENSE) from original project.

---
_Source: https://npm.io/package/react-property · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
