react-property

HTML and SVG DOM property configs used by React.

Usage no npm install needed!

<script type="module">
  import reactProperty from 'https://cdn.skypack.dev/react-property';
</script>

README

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 module:

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

// ES Modules
import reactProperty from '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.