Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
ion-rating-stars
Advanced tools
The current version of the library is compatible with Ionic 7+.
Using npm
npm install ion-rating-stars --save
Using yarn
yarn add ion-rating-stars
For version < 1.3.x (ngModule) Once installed you need to import our module in the parent module for the component you will be using it in:
import { IonRatingStarsModule } from 'ion-rating-stars';
@NgModule({
...
imports: [IonRatingStarsModule, ...],
...
})
export class YourModule {
}
For version > 1.3.x (standalone components) Once installed you need to import it directly in component, you will be using it in:
import { IonRatingStarsComponent } from 'ion-rating-stars';
@Component({
...
imports: [IonRatingStarsComponent, ...],
...
})
Include the component on page template, like the example below:
<ion-rating-stars
[rating]="3"
[color]="'darkgrey'"
[filledColor]="'orange'"
[margin]="2"
[size]="20"
[disabled]="false"
[opacity]="0.5"
[isHalfStar]="true"
(ratingChange)="ratingChanged($event)"></ion-rating-stars>
number
[0-5].string
color of stars. applies as color
default darkgrey
.string
filledColor of stars. applies as color
default orange
.number
space between stars in pixels. applies as margin-right
. default 20
.number
size of stars. applies as font-size
. default 20
.boolean
disables the events and anything on ratings. applies as pointer-events
. default false
.number
change stars opacity when disabled is true. applies as number
default 0.5
boolean
to Enable/Disable half stars. applies as boolean
default false
EventEmitter<number>, called whenever you change a rating value
👤 Najam Us Saqib
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
FAQs
Ionic 7/8 rating stars component using Angular
We found that ion-rating-stars demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.