Tabler is free and open-source HTML Dashboard UI Kit built on Bootstrap
css
html
jekyll
sass
bootstrap
modular
html5
dashboard
sponsors
uikit
boilerplate-template
scss
admin-dashboard
themes
dashboards
ui-kit
adminpanel
dashboard-templates
bootstrap4-theme
bootstrap5
-
Updated
Aug 5, 2022 - HTML


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>