Tabler is free and open-source HTML Dashboard UI Kit built on Bootstrap
-
Updated
Jun 12, 2021 - HTML
{{ message }}
Tabler is free and open-source HTML Dashboard UI Kit built on Bootstrap
A boilerplate project created in flutter using MobX and Provider.
The fastest way to deploy a restful api's with Gin Framework with a structured project that defaults to PostgreSQL database and JWT authentication middleware stored in Redis
React Webpack Generator including Redux support
Node DDD Boilerplate
Basic login and signup screen designed in flutter
Minimal Electron, React, PostCSS and Webpack boilerplate to help you get started with building your next app.
Simple starter webpack 5 project template supporting SASS/PostCSS, Babel ES7, browser syncing, code linting. Easy project setup having multiple features and developer friendly tools.
A Template-based File Generator. Like cookiecutter but works with file templates instead of project templates.
Automatically generates from template and imports it into Xcode project.
A Rails 6 boilerplate to create your next Saas product. Preloaded with graphQL, devise, JWT, CanCanCan, RailsAdmin, Rubocop, Rspec, i18n and more.
Vue.js + Rails Starting Kit GitHub Template to develop Hybrid Mobile Application: https://vuejs-rails-starterkit.herokuapp.com
A boilerplate project created in Flutter using Provider and Firebase.
React 17 Boilerplate with Webpack 5, Tailwind 2, using babel, SASS/PostCSS, HMR, dotenv and an optimized production build
My workflow with ReactJS + Webpack 3+
Add more templates to the Github templates example repo.
Have any ideas? add them to the examples repo or create a new repo with the template :)
Once you are done adding your template just open a PR modifying [this fi
Boilerplate code for setting up Nginx + Gunicorn + Flask + automated LetsEncrypt certificates (https) using docker-compose.
Onion Architecture with .NET 5/.NET Core and CQRS/Event Sourcing following a DDD approach
Rust project boilerplate for CLI applications
A collection of starter kits for building Marionette Applications
template to initialize PWA ready Next.js app with Chakra UI & Typescript setup
Scaffolding utility for vanilla-js
React Native + Web Boilerplate
Add a description, image, and links to the boilerplate-template topic page so that developers can more easily learn about it.
To associate your repository with the boilerplate-template topic, visit your repo's landing page and select "manage topics."
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>