Installation

How to install OneForm?

OneForm requires React.

With npm:

npm install @oneform/react

Or with yarn:

yarn add @oneform/react

Browser Support

OneForm only supports evergreen browsers. If you wanna use IE11, you'll have to polyfill around it as it's using the latest available ECMAScript standards.

Last updated