1.2.0 • Published 1 year ago

owp.glyphicons v1.2.0

Weekly downloads
40
License
MIT
Repository
github
Last release
1 year ago

OpenWebProject Glyphicons

Bootstrap glyphicons(only) with added features

I had need for Bootstrap glyphicons in projects with other styling so I used the bootstrap.css files (Original source) and removed everything except the glyphicons stylings.

Includes

  • Bootstrap 3 glyphicons
  • Extra none/invisible glyph in glyphicon-none.css
  • React component in index.js

Installation

npm install owp.glyphicons --save

Usage css only

import "owp.glyphicons/glyphicons.min.css";
//OR
import "owp.glyphicons/glyphicons.css";

Usage glyphicon-none

import "owp.glyphicons/glyphicon-none.css";

<span class="glyphicon glyphicon-none"></span>

Usage React component

//Imports component and all css styles
import Glyph from "owp.glyphicons";
//Imports just the react component
import Glyph from "owp.glyphicons/Glyph";

<Glyph type="plus"/>

License

All rights belongs to Bootstrap and the intent to produce this package is non commercial and non profit.

1.2.0

1 year ago

1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago