All Projects β†’ ajaymarathe β†’ bootcatch-themes

ajaymarathe / bootcatch-themes

Licence: MIT license
πŸ”₯ Bootcatch Themes is an open-source library of free Custom Bootstrap Themes.

Projects that are alternatives of or similar to bootcatch-themes

bootswatch-sass
bootswatch ruby gems for assets pipeline
Stars: ✭ 12 (-45.45%)
Mutual labels:  bootstrap4, bootswatch, bootstrap-theme
Startbootstrap Freelancer
Start Bootstrap is an open source library of free Bootstrap themes and templates. All of the free themes and templates on Start Bootstrap are released under the MIT license, which means you can use them for any purpose, even for commercial projects.
Stars: ✭ 2,304 (+10372.73%)
Mutual labels:  bootstrap4, bootstrap-theme
startbootstrap-small-business
A Bootstrap HTML template for creating marketing websites for small businesses - created by Start Bootstrap
Stars: ✭ 186 (+745.45%)
Mutual labels:  bootstrap4, bootstrap-theme
Startbootstrap Blog Home
A Bootstrap HTML template for blog homepages - created by Start Bootstrap
Stars: ✭ 215 (+877.27%)
Mutual labels:  bootstrap4, bootstrap-theme
Startbootstrap Thumbnail Gallery
A Bootstrap thumbnail gallery template created by Start Bootstrap
Stars: ✭ 166 (+654.55%)
Mutual labels:  bootstrap4, bootstrap-theme
Stellar
Stellar is completely based on the latest version of Bootstrap 4. Stellar Admin is designed to reflect the simplicity and svelte of the components and UI elements and coded to perfection with well-organized code.
Stars: ✭ 176 (+700%)
Mutual labels:  bootstrap4, bootstrap-theme
Design Blocks
A set of 170+ Bootstrap based design blocks ready to be used to create clean modern websites.
Stars: ✭ 13,317 (+60431.82%)
Mutual labels:  bootstrap4, bootstrap-theme
Startbootstrap Simple Sidebar
Start Bootstrap is an open source library of free Bootstrap templates and themes. All of the free templates and themes on Start Bootstrap are released under the MIT license, which means you can use them for any purpose, even for commercial projects.
Stars: ✭ 1,833 (+8231.82%)
Mutual labels:  bootstrap4, bootstrap-theme
Startbootstrap One Page Wonder
A simple, one page, Bootstrap HTML website template created by Start Bootstrap
Stars: ✭ 249 (+1031.82%)
Mutual labels:  bootstrap4, bootstrap-theme
Startbootstrap Sb Admin
Start Bootstrap is an open source library of free Bootstrap templates and themes. All of the free templates and themes on Start Bootstrap are released under the MIT license, which means you can use them for any purpose, even for commercial projects.
Stars: ✭ 2,861 (+12904.55%)
Mutual labels:  bootstrap4, bootstrap-theme
Tailwindo
πŸ”Œ Convert Bootstrap CSS code to Tailwind CSS code
Stars: ✭ 606 (+2654.55%)
Mutual labels:  css-framework, bootstrap4
Bootstrap Dark
Bootstrap 4 dark theme that supports togging dark/light themes as well. There is no fluff, it changes the color of Bootstrap and that's it, no new thing to learn or unlearn, just Bootstrap, but Dark!
Stars: ✭ 158 (+618.18%)
Mutual labels:  bootstrap4, bootstrap-theme
Startbootstrap Creative
Start Bootstrap is an open source library of free Bootstrap themes and templates. All of the free themes and templates on Start Bootstrap are released under the MIT license, which means you can use them for any purpose, even for commercial projects.
Stars: ✭ 1,900 (+8536.36%)
Mutual labels:  bootstrap4, bootstrap-theme
Startbootstrap Full Slider
A full page image slider Bootstrap HTML template created by Start Bootstrap
Stars: ✭ 189 (+759.09%)
Mutual labels:  bootstrap4, bootstrap-theme
Architectui Html Theme Free
ArchitectUI Dashboard Free is lightweight and comes packed with the minimal set of components to get you started. If you have a simple application, it’s the perfect solution for you. It’s built on top of Bootstrap 4 and features a scalable architecture just like it’s wiser, older sibling – ArchitectUI HTML Pro theme.
Stars: ✭ 155 (+604.55%)
Mutual labels:  bootstrap4, bootstrap-theme
Startbootstrap Blog Post
A Bootstrap HTML template for blog posts - created by Start Bootstrap
Stars: ✭ 199 (+804.55%)
Mutual labels:  bootstrap4, bootstrap-theme
Bootswatch
Themes for Bootstrap
Stars: ✭ 13,309 (+60395.45%)
Mutual labels:  css-framework, bootswatch
Startbootstrap Agency
Start Bootstrap is an open source library of free Bootstrap themes and templates. All of the free themes and templates on Start Bootstrap are released under the MIT license, which means you can use them for any purpose, even for commercial projects.
Stars: ✭ 1,810 (+8127.27%)
Mutual labels:  bootstrap4, bootstrap-theme
Startbootstrap Clean Blog Jekyll
Start Bootstrap is an open source library of free Bootstrap templates and themes. All of the free templates and themes on Start Bootstrap are released under the MIT license, which means you can use them for any purpose, even for commercial projects.
Stars: ✭ 1,837 (+8250%)
Mutual labels:  bootstrap4, bootstrap-theme
Startbootstrap Bare
A bare Bootstrap HTML starter template for rapid development - created by Start Bootstrap
Stars: ✭ 235 (+968.18%)
Mutual labels:  bootstrap4, bootstrap-theme

Bootcatch Custom Themes

NPM NPM JavaScript Style Guide

Bootcach custom themes are released under the MIT license - So feel free to use anywhere.

Bootcatch Logo

Free Custom Bootcath themes for Bootstrap Lover's ❀️ is based on world most popular framework - Bootstrap, which includes different types of styles, colors and other many extra components for free.

Hope this helps.

NPM Install

npm i bootcatch-themes --save

Usage

Below are the few way to integrate Bootcatch-Themes in your project.

CDN - Content Delivery Network

//add this cdn in your html head.
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/orangely/bootstrap.min.css"  />

//change the theme name your css will get changed.
//<link rel="stylesheet" href="https://unpkg.com/bootcatch-themes@<version>/dist/<theme-name>/bootstrap.min.css"  />

Use in Html Project -

 //download the css and place it on right path e.g 
 <link rel="stylesheet" type="text/css" href="<you project path>/dist/<theme-name>/bootstrap.min.css">

Use in Vue.js -

 //In Vue main.js file
 import Vue from "vue";
 import "bootcatch-themes/dist/orangely/bootstrap.min.css; 
  

Use in Angular -

  //import in style.scss file

  @import "bootcatch-themes/dist/orangely/bootstrap.min.css";

 //@import "~bootcatch-themes/dist/<theme-name>/<css-file>"; 

Use in React -

   import React from 'react';
   import ReactDOM from 'react-dom';

   //import in your main file e.g index.js file 

   import "bootcatch-themes/dist/orangely/bootstrap.min.css";

Clone the Repository -

//Just clone the whole repository -

git clone https://github.com/ajaymarathe/bootcatch-themes.git

Compiled Asset

Download bootstrap.css or bootstrap.min.css file associated with the theme and replace it with bootstrap default stylesheet and don't forget to add bootstrap optional dependencies like js file e.g bootstrap.min.js, jquery & popper.js etc

What's included

Within the download you'll find the following directories and files:

dist/
β”œβ”€β”€MATERIAL/ 
|  β”œβ”€β”€ Bootstrap.css
|  β”œβ”€β”€ Bootstrap.min.css
β”œβ”€β”€ LICENSE
β”œβ”€β”€ README.md

-//- Same structure for all themes.

Live Priview

Author

Ajay Marathe

If you like my work then please give ⭐ and do follow me :P

Copyright and License

Copyright 2018 - 2021 Ajay Marathe. Code released under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].