Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/andreasarvidsson/openwebproject-glyphicons
- Owner: AndreasArvidsson
- License: mit
- Created: 2019-09-21T15:41:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-25T14:24:26.000Z (about 5 years ago)
- Last Synced: 2024-10-05T11:17:20.239Z (about 1 month ago)
- Language: CSS
- Size: 117 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.