Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ember-star-rating

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-star-rating

Star ratings for emberjs.

  • 1.4.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
620
increased by54.23%
Maintainers
1
Weekly downloads
 
Created
Source

ember-star-rating

npm version Build Status

An ember.js component for star ratings using svgs!

  • This addon is jQuery dependent at the moment.

Check out the demo here

Installing the Add-on

In your application's directory:

$ ember install ember-star-rating

Using the Add-on

Use the component in your Handlebars templates:

{{star-rating 2.5}}
Actions
{{star-rating
  onClick=(action ...)
}}
Configuration
{{star-rating
  numStars=N
  readOnly=false/true
  baseColor="#fff"
  fillColor="#000"
  width=N
  height=N
}}

License

MIT

Keywords

FAQs

Package last updated on 31 Mar 2019

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc