is an admin dashboard template designed to be beautiful and simple it's fully responsive. It comes with a large collection of components that will offer you multiple possibilities to create the app that best suits your needs. It can be used to create admin panels, project management systems, web application backends, CMS or CRM.
The product presents a large suite of front-end developer tools that can help you start your project. We built it by thinking about what you actually need in a dashboard. Admin Bootstrap Dashboard React has multiple handpicked and optimized components . Everything is designed to fit together. As you will be able to see, the React Admin dashboard you can access is a customization of this product.
It comes with 3 filter colors for the top navbar abd sidebar (white
, black
, red
) background color.
Quick start options:
- Clone the repo:
git clone https://github.com/reactadmins/bootstrap-xadmin.git.com
npm install
run development server
npm run dev
or
yarn install
run development server
yarn run dev
and
pnpm install
run development server
pnpm run dev
- React
- React-Router-Dom
- Vite
- Sass
- Bootstrap
- React-Bootstrap
- React-Bootstrap
- React-Entypo
- React-Entypo
- React-Google-Maps
- React-Apexcharts
- React-Chartjs-2
- Chart.js
- Recharts
- Iconify
- React-Countup
- Peity-React
Within the download you'll find the following directories and files:
XAdmin Dashboard Bootstrap
.
├── public
├── src
│ ├── assets
│ │ ├── fonts
│ │ │ └── Nunito-Bold.otf
│ │ ├── image
│ │ ├── scss
│ │ │ ├── Authentication.module.scss
│ │ │ ├── Card.module.scss
│ │ │ ├── CardContent.module.scss
│ │ │ ├── DarkModeSwitch.module.scss
│ │ │ ├── Grids.module.scsss
│ │ │ ├── Layouts.module.scsss
│ │ │ ├── Message.module.scsss
│ │ │ ├── NavBarBgWrapper.module.scsss
│ │ │ ├── Notification.module.scsss
│ │ │ ├── NotificationStatsCart.module.scsss
│ │ │ ├── OverlayCard.module.scsss
│ │ │ ├── ProfileCard.module.scsss
│ │ │ ├── SocialButton.module.scsss
│ │ │ ├── SocialCounter.module.scss.scsss
│ │ │ ├── SocialStats.module.scsss
│ │ │ ├── Stats.module.scsss
│ │ │ ├── StatsCard.module.scsss
│ │ │ ├── Tables.module.scsss
│ │ │ ├── Timeline.module.scsss
│ │ │ ├── Traffic.module.scsss
│ │ │ ├── Typography.module.scsss
│ │ │ ├── UesrProfile.module.scsss
│ │ │ ├── variable.scsss
│ │ │ ├── WeatherStats.module.scsss
│ │ │ └── WidgetsCard.module.scsss
│ ├── components
│ │ ├── Card
│ │ │ └── Card.jsx
│ │ ├── DarkModeSwitch
│ │ │ └── DarkModeSwitch.jsx
│ │ ├── DropdownMenu
│ │ │ └── DropdownMenu.jsx
│ │ ├── Earning
│ │ │ └── Earning.jsx
│ │ ├── Navbars
│ │ │ ├── Message
│ │ │ │ └── Message.jsx
│ │ │ ├── Notification
│ │ │ │ └── Notification.jsx
│ │ │ ├── UserProfile
│ │ │ │ └── UserProfile.jsx
│ │ │ ├── NavBarBgWrapper.jsx
│ │ │ └── Navbar.jsx
│ │ ├── NotificationStatsCart
│ │ │ └── NotificationStatsCart.jsx
│ │ ├── OverlayCard
│ │ │ └── OverlayCard.jsx
│ │ ├── ProfileCard
│ │ │ └── ProfileCard.jsx
│ │ ├── RealTime
│ │ │ └── RealTime.jsx
│ │ ├── SocialButton
│ │ │ └── SocialButton.jsx
│ │ ├── SocialCounter
│ │ │ └── SocialCounter.jsx
│ │ ├── SocialStats
│ │ │ └── SocialStats.jsx
│ │ ├── Stats
│ │ │ ├── Day.jsx
│ │ │ ├── Month.jsx
│ │ │ ├── Stats.jsx
│ │ │ └── Year.jsx
│ │ ├── StatsCard
│ │ │ └── StatsCard.jsx
│ │ ├── Timeline
│ │ │ └── Timeline.jsx
│ │ ├── Traffic
│ │ │ └── Traffic.jsx
│ │ ├── UserStats
│ │ │ └── UserStats.jsx
│ │ ├── WeatherStats
│ │ │ └── WeatherStats.jsx
│ ├── context
│ ├── layouts
│ │ └── Layouts.jsx
│ ├── views
│ │ ├── Alerts.jsx
│ │ ├── Badges.jsx
│ │ ├── Forms.jsx
│ │ ├── Buttons.jsx
│ │ ├── Cards.jsx
│ │ ├── Charts.jsx
│ │ ├── Dashboard.jsx
│ │ ├── Error404.jsx
│ │ ├── Error500.jsx
│ │ ├── Maps.jsx
│ │ ├── Grids.jsx
│ │ ├── Login.jsx
│ │ ├── Modals.jsx
│ │ ├── progressBars.jsx
│ │ ├── Register.jsx
│ │ ├── SocialButtons.jsx
│ │ ├── Tables.jsx
│ │ ├── Typography.jsx
│ │ ├── Widgets.jsx
│ │ └── WizardForm.jsx
│ ├── App.jsx
│ ├── index.scss
│ ├── main.jsx
│ ├── nav.jsx
│ └── routes.jsx
├── vite.config.js
├── README.md
├── package.json
├── index.html
└── .gitignore
MIT License Copyright (c) 2024 React Admin
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.