Admin 4B is an open source admin template built on top of Bootstrap 4. The source code can be found on the GitHub repo.
This template uses many bootstrap features, so you need to have some knowledge in this toolkit. Before you continue, please, take a look at the bootstrap documentation.
The admin4b.min.*
is a template bundle that already includes jQuery, Bootstrap, Popper and Admin 4B theming and plugins.
For the template icons you can use Simple Line Icons or Font Awesome.
For the template work properly you need to add Bootstrap dependencies manually: jQuery and Popper. Also, you need to add Font Awesome CSS file.
Copy-paste the stylesheet <link>
into your <head>
after the font stylesheets to load our CSS.
Place the following <script>
tags near the end of your pages, right before the closing <body>
tag.
An example code of the initial setup can be seen below.
All components (including bootstrap) are automatically initialized by the template.