Skip to content

Examples

Runnable examples that cover the main features. Each page embeds the live component and highlights the relevant source.

Available Demos

Quick Overview

Person

IsDirty: false
Touched: false
Valid: true

// form values:
{
  "person": {}
}
    

Systems to connect

Any external tools we'll integrate with during onboarding.

0 systems

No systems added yet

Skip this step if there's nothing to integrate.

IsDirty: false
Touched: false
Valid: true

// form values:
{}
    

Payment method

Credit / debit card
Bank transfer
IsDirty: false
Touched: false
Valid: true

// form values:
{
  "payment": {
    "card": {},
    "transfer": {}
  }
}
    

Released under the MIT License.