Docs
Installation

Installation

Formeus ships a core library and adapters for React, Solid, Vue and Svelte.

yarn add @formeus/react
// or
npm install @formeus/react
// or
pnpm add @formeus/react
 
 
"peerDependencies": {
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
  "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},

Feel free to jump straight to examples, but make sure to check the main core function and validation triggers after.