Skip to main content

Getting started

Installation

To get started, you need to install tow package:

  • Core package fomir
  • React binding package fomir-react

Using Yarn:

yarn add fomir fomir-react

Using NPM:

npm install fomir fomir-react

Basic usage

Use useForm api to create a form:

import { Form, useForm } from 'fomir-react'
Loading...
LIVE DEMO