GithubHelp home page GithubHelp logo

00mjk / bootcatch-themes Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ajaymarathe/bootcatch-themes

0.0 0.0 0.0 635 KB

πŸ• 🍺 Bootcatch is an open-source library of free Bootstrap themes.

Home Page: http://bootcatch.com/lightly

License: MIT License

bootcatch-themes's Introduction

Bootcatch Themes

NPM NPM JavaScript Style Guide

All of the free themes on Bootcatch are released under the MIT license, which means you can use them for any purpose, even for commercial projects.

Bootcatch Logo

Free customized bootcatch themes for bootstrap lover's <3 - is based on world most popular framework Bootstrap. which has different styles and layouts like buttons, cards, forms, navbar, modal, tables, dropdown, and all features.

Hope it will help you a lot.

NPM Install

npm i bootcatch-themes --save

Below are the few way to integrate bootcatch 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 - 2020 Ajay Marathe. Code released under the MIT license.

bootcatch-themes's People

Contributors

ajaymarathe avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.