Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 827 Bytes

README.md

File metadata and controls

41 lines (31 loc) · 827 Bytes

JSONForms with Ant Design Drawer

A modern React application demonstrating the integration of JSONForms with Ant Design's Drawer component.

Features

  • 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

Project Structure

src/
  ├── components/       # React components
  ├── schemas/         # JSON Schemas and UI Schemas
  ├── utils/          # Utility functions and helpers
  └── App.tsx         # Main application component

Getting Started

  1. Install dependencies:
npm install
  1. Start the development server:
npm start

Built With

  • React
  • TypeScript
  • JSONForms
  • Ant Design
  • Ant Design Pro Components