# css-star-rating
**Repository Path**: mirrors_mhs/css-star-rating
## Basic Information
- **Project Name**: css-star-rating
- **Description**: Css Star Rating is a css only star rating lib based on best practice UX/UI methodes. It is written in scss and fully customizable.
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-12-18
- **Last Updated**: 2025-09-06
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Css Star Rating ⭐⭐⭐⭐⭐
#### ⭐ Css Star Rating is a pure css star rating plugin based on best practice UX/UI methods. ⭐


[](https://www.npmjs.com/package/css-star-rating)
[](https://github.com/BioPhoton/css-star-rating)
[](https://travis-ci.org/BioPhoton/css-star-rating)
[](https://www.npmjs.com/package/css-star-rating)
[](http://packagequality.com/#?package=css-star-rating)
Css Star Rating is written in scss and fully customizable over variables.
Easily compose your own rating component over a rich set of css modifiers for any kind of UI state.
## Demo
Demos in the **[KSS style guide](https://biophoton.github.io/css-star-rating/)**
## Features
- [x] **Written in scss**
- [x] **Customizable over variables**
- [x] **Flexbox layout**
- [x] **SVG icons**
- [x] **Icon fonts like fontawesome, ionicon...**
- [x] **Display rating over css class**
- [x] **Different Numbers of stars**
- [x] **Color of stars depend on rating**
- [x] **Half stars**
- [x] **Sizes**
- [x] **Star alignments**
- [x] **Static colors**
- [x] **Disabled mode**
- [x] **Star types**
- [x] **Label**
- [x] **Label positions**
- [x] **Animations**
- [x] **Directions**
- [x] **Themes**
## Browser support
| IE | Firefox | Chrome | Safari | Opera |
|--- |--- |--- |--- |---|
| 11 | 50 | 55 | 10 | 41 |
| |
|
|
|
|
## Related Projects
| Css | Angular1 (>=1.5)| Angular (>=2) |
|--- |--- |--- |
|
|
|
|
| [Css Star Rating](https://github.com/BioPhoton/css-star-rating) | [Angular1 Star Rating](https://github.com/BioPhoton/angular1-star-rating) | [Angular Star Rating](https://github.com/BioPhoton/angular-star-rating) |
## Demo
- [x] [KSS documentation](https://biophoton.github.io/css-star-rating/)
## Install
**Get Css Star Rating:**
- clone & build this repository
- [download as .zip](https://github.com/BioPhoton/css-star-rating/releases)
- via **[npm](https://www.npmjs.org/)**: by running `$ npm install css-star-rating` from your console
- via **[bower](https://bower.io/)**: by running `$ bower install css-star-rating` from your console
**Load library**
```html
```
**Copy asstes (optional)**
If you want to use svg as icon type copy the
```star-rating.icons.svg``` image form ```bower_components/css-star-rating/dist/images/star-rating.css``` to your roots assets folder.
**Use it**
```html