Common components, helpers and other pieces of code for Data Driven Forms
npm install @data-driven-forms/common
@data-driven-forms/common - common code shared by multiple @data-driven-forms/* packages- shared interfaces - propTypes
- common mappers code
- wizard
- select
- multiplechoice list
- form template
- dual list select
- demo schema
...and some boring config files etc.
import demoSchema from '../../../shared/demoschema';``For more information please check the root repository or our documentation page.