react-property
TypeScript icon, indicating that this package has built-in type declarations

2.0.2 • Public • Published

react-property

NPM

NPM version

HTML and SVG DOM properties used by React. See DOMProperty and possibleStandardNames.

Try Replit demo.

Install

npm install react-property

Usage

Import ES Module:

import reactProperty from 'react-property';

Require with CommonJS:

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

Module contains:

{
  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 from original project.

Package Sidebar

Install

npm i react-property

Weekly Downloads

1,292,998

Version

2.0.2

License

MIT

Unpacked Size

64.4 kB

Total Files

8

Last publish

Collaborators

  • remarkablemark