Skip to main content

Installation

Package manager

note
You need to install 2 packages to get started. (Form + UI)

Form implementation

UI implementation

Optionnal dependencies

yarn add @concrete-form/react-hook-form \
@concrete-form/html5

Choosing the right version

Each releases version follow Semantic Versionning (semver)

Form packages and UI Kits need to share the same Major + Minor versions. ex:

  • @concrete-form/react-hook-form 1.23.456
  • @concrete-form/mui 1.23.789