LetsForm Designer
JSON Schema

JSON Schema

Use the $schema meta key to specify the LetsForm schema, this will enable the autocompletion in some modern JavaScript editor (i.e. Visual Studio Code).

For example:

{
  "$schema": "https://unpkg.com/lets-form/schemas/react-rsuite5/form.json",
  "name": "my form",
  // ...
}

The LetsForm JSON schema is different for each UI framework

FrameworkJSON Schema
Reacthttps://unpkg.com/lets-form/schemas/react/form.json (opens in a new tab)
React + RSuite5https://unpkg.com/lets-form/schemas/react-rsuite5/form.json (opens in a new tab)
React + Material UIhttps://unpkg.com/lets-form/schemas/react-material-ui/form.json (opens in a new tab)
React + AntDhttps://unpkg.com/lets-form/schemas/react-antd/form.json (opens in a new tab)
React + Bootstraphttps://unpkg.com/lets-form/schemas/react-bootstrap/form.json (opens in a new tab)
React + Mantinehttps://unpkg.com/lets-form/schemas/react-mantine/form.json (opens in a new tab)