Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andreasarvidsson/openwebproject-glyphicons

Bootstrap glyphicons only with react component
https://github.com/andreasarvidsson/openwebproject-glyphicons

Last synced: about 1 month ago
JSON representation

Bootstrap glyphicons only with react component

Awesome Lists containing this project

README

        

# 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](https://getbootstrap.com/docs/3.4/)) 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
```javascript
import "owp.glyphicons/glyphicons.min.css";
//OR
import "owp.glyphicons/glyphicons.css";
```

## Usage glyphicon-none
```javascript
import "owp.glyphicons/glyphicon-none.css";


```

## Usage React component
```javascript
//Imports component and all css styles
import Glyph from "owp.glyphicons";
//Imports just the react component
import Glyph from "owp.glyphicons/Glyph";

```

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