Skip to content

Latest commit

 

History

History
43 lines (37 loc) · 1.74 KB

File metadata and controls

43 lines (37 loc) · 1.74 KB

react-components

中文文档

Demo

react ^19.2.0 + react-router ^7.9.6 + react-redux ^9.2.0 + antd ^6.1.0 + typescript ~5.8.3

It can be configured as both a display website and a backend management system.

Core Functionality

  1. Theme Switching
  2. Multi-language Support
    1. Supports exporting (excel/json/md) and importing (excel/json/md) multi-language files through the command line
  3. Route Middleware
  4. Configurable Route Objects (caching, permissions, watermark, and layout adjustments):
    1. Hide route in menu
    2. Hide route in tabs
    3. Hide header when entering the route
    4. Hide menu when entering the route
    5. Collapse menu when entering the route
    6. Hide footer when entering the route
    7. Hide breadcrumb navigation when entering the route
    8. Hide tabs when entering the route
  5. MOCK APIs
  6. Multiple Encapsulated Components:
    1. Copy to Clipboard
    2. File-related:
      1. File Selection (supports selecting files, folders (including root directory), folders (excluding root directory))
      2. File Drag-and-Drop Selection
      3. File Drawer (supports uploading files/folders, downloading files/folders)
      4. File Hash
    3. Markdown Rendering/Editing
    4. JSON Rendering/Editing
    5. Code Editor
    6. MDX Rendering
    7. Echarts Wrapper
    8. Form Block, supports generating forms through configuration
    9. Table Page, supports generating tables, table search, table pagination, and table operation modals through configuration
    10. Enhanced Table Page, encapsulates common operations (query, add, delete, modify, pagination logic) together
    11. Login Page
    12. Reset Password Page