Skip to main content

Getting started

Let's Install.

Install Re schema form​

Add it to you dependencies using npm or yarn:

yarn add re-schema-form
# or
npm install re-schema-form --save

Update config​

Update your bsconfig.json with:

{
"bs-dependencies": [
"re-schema-form"
],
"ppx-flags": ["re-schema-form/ppx"]
}

Done.

You can use schema decorator for generate your forms.