@data-driven-forms/common
v3.23.4
Published
Common components, helpers and other pieces of code for Data Driven Forms
Downloads
20,315
Readme
@data-driven-forms/common
- common code shared by multiple @data-driven-forms/*
packages
 This package exists to share code used by more than one data-driven-forms package, such as:
- shared interfaces - propTypes
- common mappers code
- wizard
- select
- multiplechoice list
- form template
- dual list select
- demo schema
...and some boring config files etc.
Usage

import demoSchema from '../../../shared/demoschema';
More information
For more information please check the root repository or our documentation page.