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
- Unzip the downloaded package.
- Open the
index.htmlfile in your browser to view the demo. - 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)