npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, πŸ‘‹, I’m Ryan HefnerΒ  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you πŸ™

Β© 2024 – Pkg Stats / Ryan Hefner

bootcatch-themes

v2.4.0

Published

πŸ• 🍺 Bootcatch is an open source library of free Bootstrap templates and themes. All of the free templates and themes on Bootcatch are released under the MIT license, which means you can use them for any purpose, even for commercial projects.

Downloads

244

Readme

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

Usage:

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

  • https://github.com/ajaymarathe
  • http://bootcatch.com/lightly
  • http://bootcatch.com/usage
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.