1.2.2 • Published 1 year ago

harubootstrap v1.2.2

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

"Harubootstrap" Theme Collection

This is a collection of Bootstrap themes that I made for my personal projects. All of them are freely available for use in any project and can be previewed by launching the Node.js project contained in this repository.

This project is inspired by Bootswatch.

Preview daimaru-light

Preview haruki-light

Preview haruki-dark

Preview daimaru-dark

Using my themes

You can find my themes in the dist folder, both as Sass files and precompiled CSS files.

Each theme has a bootstrap.css file with contains all of Bootstrap's CSS styles, customized for that specific theme (as well as the minified version bootstrap.min.css), and a colorpreview.min.css, to preview colors for that theme without outputting extra CSS classes that may be unnecessary to use Bootstrap.

If you use Node.js with React, you can also install harubootstrap.

npm install harubootstrap

Then, import the corresponding file in your JavaScript:

import 'harubootstrap/dist/<theme-name>/bootstrap.css';

Previewing the themes

Requirements: Node.js

  1. Clone or download this repository.
  2. Install dependencies:

    npm install
  3. Run with:

    npm start
  4. Open http://localhost:8080 to start previewing!

1.2.0

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago