react-rtstar
TypeScript icon, indicating that this package has built-in type declarations

4.0.1 • Public • Published

react-rtstar logo

react-rtstar

Usage

import RtStar from 'react-rtstar'

<RtStar />

Props

type RtStarProps = {
  stars?: number // number of stars
  size?: number // size of stars in pixel
  activeColor?: string
  inactiveColor?: string
  value?: number
  onChange?: (value: number) => void
}

Dependencies (0)

    Dev Dependencies (7)

    Package Sidebar

    Install

    npm i react-rtstar

    Weekly Downloads

    2

    Version

    4.0.1

    License

    MIT

    Unpacked Size

    40.8 kB

    Total Files

    9

    Last publish

    Collaborators

    • dm67x