Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@adminkit/core

adminkit21.2kMIT3.4.0

AdminKit - Bootstrap 5 Admin Template

bootstrap, bootstrap 5, admin, admin template, dashboard, dashboard template, template, responsive, css, sass, html, theme, front-end, ui kit, web

readme

AdminKit is a free & open-source HTML dashboard & admin template based on Bootstrap 5

AdminKit

AdminKit is a free & open-source HTML dashboard & admin template based on Bootstrap 5.

NPM version License GitHub issues open GitHub issues closed Live Demo Download
GitHub stars

Preview

A professional Admin & Dashboard template based on Bootstrap 5 that comes with hundreds of UI components, forms, tables, charts, pages and icons. AdminKit does not require jQuery and neither does one of the 3rd party libraries AdminKit is using. Open demo.

AdminKit Demo

Features

  • Customizable: You don't need to be an expert to customize AdminKit. Our code is very readable and well documented.
  • Fully Responsive: With mobile, tablet & desktop support it doesn't matter what device you're using. AdminKit is responsive in all browsers.
  • Cross-Browser: Our themes are working perfectly with Chrome, Firefox, Safari, Opera, and Edge. We're working hard to support them.
  • Clean Code: We strictly follow Bootstrap's guidelines to make your integration as easy as possible. All code is handwritten.
  • No jQuery: AdminKit, and all third-party libraries used in the admin template, do not require jQuery as a dependency.
  • Regular Updates: From time to time you'll receive an update containing new components, improvements, and bugfixes.

Quick start

Download

Build tools

The theme includes a custom Webpack file, which can be used to quickly recompile and minify theme assets while developing or for deployment. You'll need to install Node.js before using Webpack.

Once Node.js is installed, run npm install to install the rest of AdminKit's dependencies. All dependencies will be downloaded to the node_modules directory.

npm install

Now you're ready to modify the source files and generate new dist/ files. AdminKit uses webpack-dev-server to automatically detect file changes and start a local webserver at http://localhost:8080.

npm start

Compile, optimize, minify and uglify all source files to dist/ folder:

npm run build

CDN support

All files included in the @adminkit/core npm package are available over a CDN.

CSS:

<link rel="stylesheet" href="https://unpkg.com/@adminkit/core@latest/dist/css/app.css">

Javascript:

<script src="https://unpkg.com/@adminkit/core@latest/dist/js/app.js"></script>

File structure

The package contains the following directories and files:

adminkit/
├── .babelrc
├── .eslintrc
├── .nvmrc
├── README.md
├── package.json
├── postcss.config.js
├── webpack.config.js
├── src/
│   ├── fonts/
│   ├── img/
│   ├── js/
│   │   ├── modules/
│   │   └── app.js
│   └── scss/
│       ├── 1-variables/
│       ├── 2-mixins/
│       ├── 3-components/
│       ├── 4-utilities/
│       ├── 5-vendor/
│       └── app.scss
└── dist/
    ├── css/
    │   └── app.css
    └── js/
        └── app.js

Browser Support

Edge
Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
iOS Safari
iOS Safari
last version last 2 versions last 2 versions last 2 versions last 2 versions

Resources

Bugs and feature requests

Found a bug or have a feature request? Please open a new issue.

Upgrade to PRO

Get more power with AdminKit PRO, a premium variant of AdminKit, featuring hundreds of UI components, forms, tables, charts, pages, and icons.

Free Version AdminKit PRO
15 Demo Pages ✔ 45+ Demo Pages
1 Plugin ✔ 10+ Plugins
1 Color Scheme ✔ 3 Color Schemes
| ✔ All Bootstrap 5 Components
| ✔ Dark Mode 🌙
| ✔ Compact Sidebar
| ✔ Calendar
| ✔ Advanced Forms
| ✔ Drag and Drop
| ✔ Toast Notifications
| ✔ WYSIWYG Editors
| ✔ Premium Support

changelog

Changelog

All notable changes to this project will be documented in this file.

[3.4.0] 2023-06-08

  • Add error catching to JavaScript modules
  • Update browserslist
  • Upgrade to Webpack v5.86.0
  • Upgrade to Bootstrap v5.3.0
  • Upgrade dependencies

[3.3.0] 2022-08-10

  • Fix table in card styling issues
  • Upgrade to Webpack v5.74.0
  • Upgrade to Bootstrap v5.2.0
  • Upgrade dependencies

[3.2.0] 2022-02-04

  • Migrate to Dart Sass
  • Upgrade to Webpack v5.68.0
  • Upgrade to Bootstrap v5.1.3
  • Upgrade dependencies

[3.1.0] 2021-09-29

  • Replace OptimizeCssAssetsPlugin with CssMinimizerPlugin
  • Remove HardSourceWebpackPlugin
  • Upgrade to Webpack v5.55.1
  • Upgrade to Bootstrap v5.1.1
  • Upgrade dependencies

[3.0.2] 2021-05-19

  • Add file structure to README.md
  • Add icons to dashboard (/index.html)
  • Add marketing page (/upgrade-to-pro.html)
  • Remove unused sass files
  • Remove unused dependencies
  • Various visual changes
  • Upgrade dependencies

[3.0.1] 2021-05-17

  • Fix Simplebar bug on auth pages
  • Upgrade to bootstrap@5.0.1
  • Upgrade dependencies

[3.0.0] 2021-05-12

  • Set Chart.js font family
  • Remove Moment.js dependency
  • Refactor sidebar JavaScript module
  • Various visual changes
  • Upgrade to bootstrap@5.0.0
  • Upgrade dependencies

[2.3.0] 2021-04-05

[2.2.0] 2021-02-25

  • Replace Inter font with CDN
  • Replace Font Awesome icons with Feather
  • Optimize bundle size
  • Bind bootstrap to window object
  • Update .nvmrc file
  • Upgrade to bootstrap@5.0.0-beta2
  • Upgrade dependencies

[2.1.0] 2020-11-07

  • Add Sign In page
  • Add Sign Up page
  • Replace .close with .btn-close
  • Upgrade to bootstrap@5.0.0-alpha2
  • Upgrade dependencies

[2.0.1] 2020-09-14

  • Fix console error on auth pages (#6)
  • Upgrade dependencies

[2.0.0] 2020-09-04

  • Upgrade to Bootstrap 5
  • Drop jQuery as dependency
  • Replace jvectormap-next with jsvectormap
  • Replace tempusdominus with flatpickr
  • Upgrade dependencies

[1.0.2] 2020-07-26

  • Fix issue with dropdown overflow on mobile
  • Upgrade dependencies

[1.0.1] 2020-05-25

  • Upgrade to latest Bootstrap (4.5.0)
  • Upgrade dependencies

[1.0.0] 2020-03-21

  • Initial release