JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q43236F
  • License MIT

FrostUI-StarRating is a free, open-source Star Rating component for Javascript.

Package Exports

  • @fr0st/ui-starrating
  • @fr0st/ui-starrating/src/js/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@fr0st/ui-starrating) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

FrostUI StarRating

FrostUI StarRating is a free, open-source Star Rating component for JavaScript.

It is built on top of the FrostUI library.

Table Of Contents

Installation

Dependencies

CSS

<link rel="stylesheet" href="/path/to/frost-ui.min.css" />
<link rel="stylesheet" href="/path/to/frost-ui-starrating.min.css" />

JS

<script type="text/javascript" src="/path/to/frost-ui-bundle.min.js"></script>
<script type="text/javascript" src="/path/to/frost-ui-starrating.min.js"></script>

Usage

Check the demo folder for examples. Full documentation and website coming soon™.