Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 415 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 415 Bytes

RJSF-Layout Next.js Example

git clone https://github.com/aularon/rjsf-layout-example-nextjs
cd rjsf-layout-example-nextjs
pnpm i
pnpm dev

Files of Interest

  • src/schema.ts Where we define our schema
  • src/TODOList.tsx Where we define our form
  • src/UntypedTODOList.tsx An alternative, mostly untyped, way to use RJSF Layout

Both files have ⭐ comments all around with various explanations