Tabler is free and open-source HTML Dashboard UI Kit built on Bootstrap
-
Updated
Sep 3, 2020 - 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.
React Webpack Generator including Redux support
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
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.
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.
Vue.js + Rails Starting Kit GitHub Template to develop Hybrid Mobile Application: https://vuejs-rails-starterkit.herokuapp.com
My workflow with ReactJS + Webpack 3+
小程序 Gulp 开发脚手架
A RubyOnRails boilerplate for authentication with devise and graphQL
Simple starter webpack project template with support for SASS, Babel ES7, browser syncing, source code listing and more. Easy project boilerplate setup having multiple features and developer friendly tools.
A collection of starter kits for building Marionette Applications
Scaffolding utility for vanilla-js
Boilerplate code for setting up Nginx + Gunicorn + Flask + LetsEncrypt certificates using docker-compose.
React Native + Web Boilerplate
A boilerplate project created in Flutter using Provider and Firebase.
Rust project boilerplate for CLI applications
A curated directory of boilerplates to help you start your projects!
Boilerplate for Single Page Application, powered by Laravel, CoreUI, Vue
Express Mongo JsonWebToken boilerplate
An easy to use Amazon Alexa Skill Boilerplate for fast skill creation
A simple generator to create custom template files for any application
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>