/dynamic-json-form-with-antd

simple dynamic form rendering with ant design form component and Nextjs

Primary LanguageJavaScriptApache License 2.0Apache-2.0

JSON powered Dynamic Form Nextjs app with Antd Form

This is a sample app using Json to render dynamic form using Antd Form component with Nextjs serverside rendering

Install it and run:

npm install
npm run dev
# or
yarn
yarn dev