**Adminator** is a responsive Bootstrap 4 Admin Template. It provides you with a collection of ready to use code snippets and utilities, custom pages, a collection of applications and some useful widgets. Preview of this awesome admin template available here: https://colorlib.com/polygon/adminator/index.html
# Adminator Bootstrap 5 Admin Template
**Adminator** is a responsive Bootstrap 5 Admin Template. It provides you with a collection of ready to use code snippets and utilities, custom pages, a collection of applications and some useful widgets. Preview of this awesome admin template available here: https://colorlib.com/polygon/adminator/index.html
# Preview
# Preview
@ -13,6 +13,7 @@
- [Getting Started](#getting-started)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Prerequisites](#prerequisites)
- [Installing & Local Development](#installing--local-development)
- [Installing & Local Development](#installing--local-development)
- [Adminator for other platforms and frameworks](#adminator-for-other-platforms-and-frameworks)
In order to run **Adminator** on your local machine all what you need to do is to have the prerequisites stated below installed on your machine and follow the installation steps down below.
In order to run **Adminator** on your local machine all what you need to do is to have the prerequisites stated below installed on your machine and follow the installation steps down below. Prebuilt static assets can be found under [releases](https://github.com/puikinsh/Adminator-admin-dashboard/releases).
#### Prerequisites
#### Prerequisites
- Node.js
- Node.js 14+
- Yarn or NPM
- Yarn or NPM
- Git
- Git
- libpng-dev *linux only*
- libpng-dev *linux only*
@ -39,7 +40,8 @@ Start by typing the following commands in your terminal in order to get **Admina
> npm install
> npm install
> npm run dev
> npm run dev
```
```
## Adminator for other platforms and frameworks
* [Adminator right to left](https://github.com/mortezakarimi/Adminator-admin-dashboard-rtl) Adminator modified to work with right to left languages like Persian and Arabic
## Files/Folders Structure
## Files/Folders Structure
Here is a brief explanation of the template folder structure and some of its main files usage:
Here is a brief explanation of the template folder structure and some of its main files usage:
<p>Using the most basic table markup, here’s how <codeclass="highlighter-rouge">.table</code>-based tables look in Bootstrap. <strong>All table styles are inherited in Bootstrap 4</strong>, meaning any nested tables will be styled in the same manner as the parent.</p>
<p>Using the most basic table markup, here’s how <codeclass="highlighter-rouge">.table</code>-based tables look in Bootstrap. <strong>All table styles are inherited in Bootstrap 5</strong>, meaning any nested tables will be styled in the same manner as the parent.</p>
<tableclass="table">
<tableclass="table">
<thead>
<thead>
<tr>
<tr>
@ -559,9 +559,9 @@
<divclass="col-md-12">
<divclass="col-md-12">
<divclass="bgc-white bd bdrs-3 p-20 mB-20">
<divclass="bgc-white bd bdrs-3 p-20 mB-20">
<h4class="c-grey-900 mB-20">Table head options</h4>
<h4class="c-grey-900 mB-20">Table head options</h4>
<p>Similar to tables and dark tables, use the modifier classes <codeclass="highlighter-rouge">.thead-light</code> or <codeclass="highlighter-rouge">.thead-dark</code> to make <codeclass="highlighter-rouge"><thead></code>s appear light or dark gray.</p>
<p>Similar to tables and dark tables, use the modifier classes <codeclass="highlighter-rouge">.table-light</code> or <codeclass="highlighter-rouge">.table-dark</code> to make <codeclass="highlighter-rouge"><thead></code>s appear light or dark gray.</p>
<buttontype="button"class="btn btn-danger"data-toggle="popover"title="Popover title"data-content="And here's some amazing content. It's very engaging. Right?">Click to toggle popover</button>
<buttontype="button"class="btn btn-lg btn-danger btn-color"data-bs-toggle="popover"title="Popover title"data-bs-content="And here's some amazing content. It's very engaging. Right?">Click to toggle popover</button>
</div>
</div>
</div>
</div>
</div>
</div>
@ -760,16 +758,16 @@
<divclass="bgc-white p-20 bd">
<divclass="bgc-white p-20 bd">
<h6class="c-grey-900">Tootips</h6>
<h6class="c-grey-900">Tootips</h6>
<divclass="mT-30">
<divclass="mT-30">
<buttontype="button"class="btn btn-primary"data-toggle="tooltip"data-placement="top"title="Tooltip on top">
<buttontype="button"class="btn btn-primary btn-color"data-bs-toggle="tooltip"data-bs-placement="top"title="Tooltip on top">
Tooltip on top
Tooltip on top
</button>
</button>
<buttontype="button"class="btn btn-secondary"data-toggle="tooltip"data-placement="right"title="Tooltip on right">
<buttontype="button"class="btn btn-secondary btn-color"data-bs-toggle="tooltip"data-bs-placement="right"title="Tooltip on right">
Tooltip on right
Tooltip on right
</button>
</button>
<buttontype="button"class="btn btn-success"data-toggle="tooltip"data-placement="bottom"title="Tooltip on bottom">
<buttontype="button"class="btn btn-success btn-color"data-bs-toggle="tooltip"data-bs-placement="bottom"title="Tooltip on bottom">
Tooltip on bottom
Tooltip on bottom
</button>
</button>
<buttontype="button"class="btn btn-danger"data-toggle="tooltip"data-placement="left"title="Tooltip on left">
<buttontype="button"class="btn btn-danger btn-color"data-bs-toggle="tooltip"data-bs-placement="left"title="Tooltip on left">