• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
seegatesite header

Seegatesite.com

Seegatesite.com - Programming Tutorial , Sharing , How and Learn Together

  • TOOLS
    • Bootstrap Navbar Online Generator
    • Customize Sidebar Menu Bootstrap 3
    • Bootstrap Demo
  • ADVERTISE
  • CATEGORIES
    • Android
    • Blogging Tips
    • Database
    • CSS
    • Info Gadget
    • Javascript
    • Linux
    • PHP
    • Various
    • WordPress
  • Q&A
  • PHP
  • JAVASCRIPT
  • JQUERY
  • ANGULAR
  • WORDPRESS
  • SEO
  • REACT
🏠 » CSS » Free Simple Admin Dashboard Bootstrap 4 By Seegatesite

Free Simple Admin Dashboard Bootstrap 4 By Seegatesite

By Sigit Prasetya Nugroho ∙ August 2, 2020 ∙ CSS ∙ Leave a Comment

Share : TwitterFacebookTelegramWhatsapp

I will share a simple admin dashboard bootstrap 4 templates with menu positions on the sidebar. If you do not have more funds to buy a premium admin dashboard, you can use this template for your commercial application for free.

Free Admin Dashboard Bootstrap 4

This article is a continuation of the article “Create Cool Simple Sidebar Menu with Bootstrap 3 and Font Awesome,” where the template that I shared uses bootstrap framework 3. The simple admin dashboard uses bootstrap version 4, which structure is more stable than Bootstrap 3.

Unfortunately, we cannot directly replace bootstrap 3 to 4 cores because of the different class names for each version. So that this admin dashboard is published, which supports Bootstrap 4.

Before using, first, read the system requirements so that the admin dashboard can run properly.

1. CSS Framework Bootstrap 4 (version 4.5)

2. JQuery 3.5.1

3. Font-awesome Icon (version 4.7)

The bootstrap 4 admin dashboard layout is quite simple, you can modify it as needed. The initial description of this template as shown below.

Download Free Admin Dashboard Bootstrap 4 Seegatesite

Mobile Display Simple Admin Dashboard Bootstrap 4

This admin theme uses Jquery code to toggle the sidebar menu.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$("#menu-toggle").click(function (e) {
  e.preventDefault();
  $("#wrapper").toggleClass("toggled-2");
  $(".sidebar-nav-item").removeClass("show-nav");
});
 
$(document).ready(function () {
  $(".sidebar-nav-item").click(function () {
    let el = $(this);
    $(".sidebar-nav-item").not(el).removeClass("show-nav");
    if (!el.hasClass("show-nav")) {
      el.addClass("show-nav");
    } else {
      el.removeClass("show-nav");
    }
  });
});

To get it for free, you can directly download via the GitHub page https://github.com/seegatesite/simple-admin-dashboard-bootstrap-4

See the demo project at https://seegatesite.github.io

Hopefully, the simple bootstrap 4 admin dashboard above is useful and can help you make better applications. On another occasion, I will share the Bootstrap Admin Dashboard 4 for React JS.

Another CSS Related Post :

  • 4 Best Sites To Download School And Education Icons Sets
  • How to Make a Shake Effect Validation Like the WordPress Login Form
  • [CSS] How To Fixed Select2 Responsive Width
  • Upgrade Responsive Bootstrap Table Using Footable Plugin
  • How To Centering And Make Full Width Youtube Iframe On Blog Article
  • Change Bootstrap Modal Dialog Effect With Animate.css

Avatar for Sigit Prasetya Nugroho

About Sigit Prasetya Nugroho

This site is a personal Blog of Sigit Prasetya Nugroho, a Desktop developer and freelance web developer working in PHP, MySQL, WordPress.

Reader Interactions

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Time limit is exhausted. Please reload CAPTCHA.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Primary Sidebar

Welcome to my Home,

Avatar for Sigit Prasetya NugrohoThis site is a personal Blog of Sigit Prasetya Nugroho, a Desktop developer and freelance web developer working in PHP, MySQL, WordPress.



Popular Articles

Checked checkbox AdminLTE Bootstrap in Jquery

November 4, 2014 By Sigit Prasetya Nugroho 7 Comments

Simple create date format validation with jqueryUI

December 21, 2014 By Sigit Prasetya Nugroho Leave a Comment

Create Simple Progress Bar for Fake Online Generator with Jquery

January 10, 2015 By Sigit Prasetya Nugroho Leave a Comment

22+ Coolest Free Jquery Plugin For Premium Theme

October 3, 2015 By Sigit Prasetya Nugroho Leave a Comment

Easy Build Your Anti Copy Paste Plugin

October 6, 2015 By Sigit Prasetya Nugroho Leave a Comment

Popular Tags

adminlte (15) adsense (13) adsense tips (4) affiliate amazon (13) amazon (12) Android (8) angular (16) angular 4 (12) angular 5 (4) asin grabber (3) Bootstrap (27) codeigniter (5) create wordpress theme (5) crud (8) css (6) free wordpress theme (7) google adsense (4) imacros (4) increase traffic (6) jquery (34) laravel (10) laravel 5 (5) learn android (5) modal dialog (5) mysql (6) nodeJs (4) optimize seo (4) pdo (6) php (30) plugin (53) pos (7) Publisher Tips (5) react (3) Reactjs (7) SEO (37) theme (17) tutorial angular (5) tutorial angular 4 (6) tutorial javascript (10) tutorial javascript beginners (4) twitter (3) widget (3) wordpress (18) wordpress plugin (13) XMLRPC (5)




  • About
  • Contact Us
  • Disclaimer
  • Privacy Policy
  • Terms and Conditions

©2021 Seegatesite.com