UI toolkit
<skim-rating value="4.5" max="5">
<ion-icon name="heart" size="large" color="primary"></ion-icon>
</skim-rating>
<style>
/* optional styling */
skim-rating {
--ion-color-primary: yellow;
font-size: 48px;
}
</style>
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
max |
max |
The highest rating to show | number |
5 |
precision |
precision |
The minimum increment value allowed by the control | number |
1 |
readonly |
readonly |
Makes the rating readonly | boolean |
false |
value |
value |
The current rating | number |
0 |
Built with StencilJS