@iqvizyonui/react-rating
v9.4.5
Published
Rating component for building web experiences
Readme
@iqvizyonui/react-rating
React Rating components for Iqvizyon UI React
A Rating component allows users to provide a rating for a particular item.
This component displays a set of stars or other symbols that represent the rating value. Users can interact with the component to select a rating by clicking on the stars or using touch gestures.
Usage
Import Rating or RatingDisplay:
// From @iqvizyonui/react-components
import { Rating, RatingDisplay } from '@iqvizyonui/react-components';
// Directly from @iqvizyonui/react-rating
import { Rating, RatingDisplay } from '@iqvizyonui/react-rating';Examples
<Rating />
<RatingDisplay />See Iqvizyon UI Storybook for more detailed usage examples.
Alternatively, run Storybook locally with:
yarn start- Select
react-ratingfrom the list.
Specification
See Spec.md.
