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

@rei/cdr-rating

Package Overview
Dependencies
Maintainers
8
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rei/cdr-rating

REI Cedar Style Framework - Vue Component for Rating

  • 1.0.0-alpha.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
8
Weekly downloads
 
Created
Source

CdrRating

Ratings are rounded to nearest .25 for displaying stars.

<span class="modifiers>Modifiers

Modifiers can be combined 1 from each grouping.

{small, medium, large}

Default is large.

Large + compact

<div>
  <cdr-rating rating="5" count="10" modifier="large"></cdr-rating>
  <cdr-rating :rating="1" :count="100" modifier="large" compact></cdr-rating>
</div>

Medium + compact

<div>
  <cdr-rating rating="5" count="10" modifier="medium"></cdr-rating>
  <cdr-rating :rating="1" :count="100" modifier="medium" compact></cdr-rating>
</div>

Small + compact

<div>
  <cdr-rating rating="5" count="10" modifier="small"></cdr-rating>
  <cdr-rating :rating="1" :count="100" modifier="small" compact></cdr-rating>
</div>

FAQs

Package last updated on 10 Aug 2018

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