A modern React application demonstrating the integration of JSONForms with Ant Design's Drawer component.
- Left-side drawer navigation using Ant Design
- Dynamic form rendering with JSONForms
- Multiple form sets with different categories
- TypeScript support
- Modern UI components from Ant Design
src/
├── components/ # React components
├── schemas/ # JSON Schemas and UI Schemas
├── utils/ # Utility functions and helpers
└── App.tsx # Main application component
- Install dependencies:
npm install
- Start the development server:
npm start
- React
- TypeScript
- JSONForms
- Ant Design
- Ant Design Pro Components