Skip to content

clysss/XHamdiabdall

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.0%
  • HTML 3.0%