Here are
207 public repositories
matching this topic...
Free Bootstrap 5 admin & dashboard template
Updated
May 12, 2022
HTML
Free Bootstrap Admin Template
Updated
Apr 25, 2022
HTML
CoreUI Angular is free Angular 13 admin template based on Bootstrap 5
Updated
May 12, 2022
HTML
A Free Responsive Admin Dashboard Template Built With Bootstrap 4. Elegant UI Theme for Your Web App!
Updated
Nov 19, 2020
HTML
Admin Dashboard Template Built On Tailwind CSS
AdminKit is a free & open-source HTML dashboard & admin template based on Bootstrap 5
Responsive Theme for Django Admin With Sidebar Menu
Updated
Feb 18, 2022
HTML
🔧 ASP.NET Core 3 & Angular 8 Administration Panel for 💞 IdentityServer4 and ASP.NET Core Identity
👨🏻💻👩🏻💻 An out-of-box UI solution for enterprise applications as a Blazor boilerplate.
Updated
May 11, 2022
HTML
DeskApp Admin is a free to use Bootstrap 4 admin template.
ReactJS version of Director Responsive Admin Template Free
Updated
Dec 19, 2019
HTML
Persian AdminLTE - Free Premium Admin control Panel Theme Based On Bootstrap 4.x
Updated
Mar 29, 2021
HTML
Material design for django administration
Updated
Apr 22, 2022
HTML
RuangAdmin - Free Admin Control Panel Themes Based on Bootstrap 4
UIAdmin - UI Kit 3 Responsive Admin Panel
Updated
Jan 19, 2019
HTML
Notus JS: Free Tailwind CSS UI Kit and Admin
Updated
Jan 13, 2022
HTML
Most Powerful & Comprehensive Free Bootstrap 5 HTML Admin Dashboard Template built for developers! 🚀
Updated
Apr 29, 2022
HTML
A mobile first design of a responsive admin template built with angular and bootstrap
Jakarta LTE - Free and Open Source Premium Admin Templates with rich UI Kit base on Tailwind CSS
Updated
Sep 14, 2021
HTML
Notus Angular: Free Tailwind CSS UI Kit and Admin
Updated
Dec 24, 2021
HTML
Welcome to Gentelella - Responsive Bootstrap Admin Application based on the Foundation of Symfony and Gentelella!
Updated
May 19, 2018
HTML
Free Dashboard template with Horizontal menu featuring Bootstrap 4.
Admin template for Material Design for Angular Bootstrap.
Updated
Mar 21, 2022
HTML
MaterialPro Angular Lite is high quality free angular material template / theme from WrapPixel. You can download and use for Personal as well as Commercial Projects. You can check pro version from below link.
Updated
Apr 29, 2022
HTML
基于laravel5.5开发的基础后台管理脚手架, RBAC权限控制; 接口基于dingo/api和tymon/jwt, 可在此基础上完成你的laravel项目
Updated
Aug 17, 2018
HTML
The Most Advanced Bootstrap 4 Admin Template. HTML & Angular 5+ versions.
Updated
Jan 22, 2018
HTML
An enhancement of SensioGeneratorBundle
Improve this page
Add a description, image, and links to the
admin
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
admin
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
When you open page UI Elements -> Cards i see TABS are not showing content until you click on other and back on first, same for pills.
Possible fix : ( worked for me )
<script type="text/javascript"> $(document).ready(function(){ $('.nav-item').tab('show'); $('.nav-tabs li a:first').trigger('click'); }); </script>