4.0.1 • Published 2 years ago

bpk-component-rating-css v4.0.1

Weekly downloads
172
License
Apache-2.0
Repository
github
Last release
2 years ago

bpk-component-rating

Backpack rating component.

Installation

npm install bpk-component-rating --save-dev

Usage

import React from 'react';
import BpkRating, { RATING_SIZES, RATING_SCALES } from 'bpk-component-rating';

export default () => (
  <BpkRating
    ariaLabel="4.8 Excellent 2,420 reviews"
    value={4.8}
    title="Excellent"
    subtitle="2,420 reviews"
  />

  // Large size rating
  <BpkRating
    ariaLabel="4.4 Very good This place was amazing"
    title="Very good"
    subtitle="This place was amazing"
    size={RATING_SIZES.large}
    value={4.4}
  />

  // Title only rating
  <BpkRating
    ariaLabel="2.3 Bad"
    title="Bad"
    value={2.3}
  />

  // Show scale rating
  <BpkRating
    ariaLabel="3.8 Good Nice choice"
    title="Good"
    subtitle="Nice choice"
    value={3.8}
  />

  // 0-10 scale
  <BpkRating
    ariaLabel="9.9 Awesome It was almost perfect"
    title="Awesome"
    subtitle="It was almost perfect"
    value={9.9}
    ratingScale={RATING_SCALES.zeroToTen}
  />
);

Props

PropertyPropTypeRequiredDefault Value
ariaLabelstringtrue-
titleoneOfType(string, node)true-
valuenumbertrue-
classNamestringfalsenull
ratingScaleoneOf(RATING_SCALES)falseRATING_SCALES.zeroToFive
sizeoneOf(RATING_SIZES)falseRATING_SIZES.base
subtitlestringfalsenull
showScalebooleanfalsetrue
4.0.1

2 years ago

4.0.0

2 years ago

3.1.7

2 years ago

3.1.5

2 years ago

3.1.2

2 years ago

3.1.4

2 years ago

3.1.1

2 years ago

3.0.22

2 years ago

3.0.27

2 years ago

3.0.28

2 years ago

3.0.20

2 years ago

3.0.19

2 years ago

3.0.33

2 years ago

3.0.30

2 years ago

3.0.18

3 years ago

3.0.14

3 years ago

3.0.11

3 years ago

3.0.9

3 years ago

3.0.8

3 years ago

3.0.7

3 years ago

3.0.6

3 years ago

3.0.5

3 years ago

3.0.4

3 years ago

3.0.3

3 years ago

3.0.2

3 years ago

3.0.1

3 years ago

3.0.0

3 years ago

2.3.3

3 years ago

2.3.5

3 years ago

2.3.2

3 years ago

2.3.1

3 years ago

2.3.0

3 years ago

2.2.1

3 years ago

2.2.0

3 years ago

2.1.47

3 years ago

2.1.48

3 years ago

2.1.46

3 years ago

2.1.45

3 years ago

2.1.44

3 years ago

2.1.43

3 years ago

2.1.41

3 years ago

2.1.42

3 years ago

2.1.40

3 years ago

2.1.38

3 years ago

2.1.39

3 years ago

2.1.37

3 years ago

2.1.36

3 years ago

2.1.35

3 years ago

2.1.34

3 years ago

2.1.33

3 years ago

2.1.32

3 years ago

2.1.31

3 years ago

2.1.30

3 years ago

2.1.29

3 years ago

2.1.27

3 years ago

2.1.28

3 years ago

2.1.25

3 years ago

2.1.26

3 years ago

2.1.22

3 years ago

2.1.21

4 years ago

2.1.20

4 years ago

2.1.19

4 years ago

2.1.18

4 years ago

2.1.16

4 years ago

2.1.15

4 years ago

2.1.14

4 years ago

2.1.13

4 years ago

2.1.12

4 years ago

2.1.11

4 years ago

2.1.9

4 years ago

2.1.8

4 years ago

2.1.7

4 years ago

2.1.2

4 years ago

2.1.0

4 years ago

2.0.67

4 years ago

2.0.66

4 years ago

2.0.65

4 years ago

2.0.64

4 years ago