Introduction

ReactBoard HTML is the static HTML version of our popular ReactBoard Admin Template built with Bootstrap 5. It includes all the UI components, layout variations, and features from the React version but in pure HTML, CSS, and JavaScript format.

Folder Structure


ReactBoard_HTML/
β”‚
β”œβ”€β”€ assets/
    β”œβ”€β”€ scss/
β”‚   β”œβ”€β”€ css/
β”‚   β”œβ”€β”€ js/
β”‚   β”œβ”€β”€ images/
β”‚   β”œβ”€β”€ plugins/
β”‚
β”œβ”€β”€ index.html
β”œβ”€β”€ pages/
β”‚   β”œβ”€β”€ dashboard.html
β”‚   β”œβ”€β”€ users.html
β”‚   └── settings.html
β”‚
└── documentation/
    └── index.html
      

Installation

  1. Unzip the downloaded package.
  2. Open the index.html file in your browser to view the demo.
  3. To customize, open files in your favorite code editor (VS Code recommended).

Customization

You can easily edit the color schemes, sidebar layouts, and theme settings from the assets/css/style.css file.

/* Example: Change theme color */
:root {
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
}

Credits

Support

For support, contact us at codervent@gmail.com. We’ll respond within 24 hours (Mon–Fri).

Changelog

v1.0.0 – Initial Release (HTML Version)