JSPM

@react-input2/core

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q36524F
  • License MIT

The core of the packages included in the `@react-input2` scope.

Package Exports

  • @react-input2/core
  • @react-input2/core/errors/SyntheticChangeError
  • @react-input2/core/errors/SyntheticChangeError.js
  • @react-input2/core/hooks/useConnectedInputRef
  • @react-input2/core/hooks/useConnectedInputRef.js
  • @react-input2/core/hooks/useDispatchCustomInputEvent
  • @react-input2/core/hooks/useDispatchCustomInputEvent.js
  • @react-input2/core/hooks/useInput
  • @react-input2/core/hooks/useInput.js
  • @react-input2/core/index
  • @react-input2/core/index.js
  • @react-input2/core/types
  • @react-input2/core/types.js
  • @react-input2/core/utils/setInputAttributes
  • @react-input2/core/utils/setInputAttributes.js

Readme

@react-input2/core

✨ A package for the service use of other packages included in the @react-input2 scope:

  • @react-input2/mask - apply any mask to the input using a provided component or a hook bound to the input element;
  • @react-input2/number-format - apply locale-specific number, currency, and percentage formatting to input using a provided component or hook bound to the input element.

Installation

npm i @react-input2/core

or using yarn:

yarn add @react-input2/core

Feedback

If you find a bug or want to make a suggestion for improving the package, open the issues on GitHub or email goncharuk.bro@gmail.com.

Support the project with a star ⭐ on GitHub.

License

MIT © Nikolay Goncharuk