skim

UI toolkit

View the Project on GitHub skimgroup/skim

skim-star-rating

contents

Usage

<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>

Properties

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