sdl-file-handler
v0.1.0
Published
Component that converts a SDL JSON file into a webform using Formik
Downloads
3
Readme
First, import this component with: import FormHandler from 'sdl-file-handler'; Make sure to import the SDL JSON file as well!: import questionsData from './path-to-your/questions.json'
Then, call it in the code: FormHandler questionsData={questionsData}
Your SDL JSON file will be shown as a webform.