New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@fluentui/react-rating

Package Overview
Dependencies
Maintainers
0
Versions
259
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/react-rating

Rating component for building web experiences

  • 9.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
95K
increased by9.73%
Maintainers
0
Weekly downloads
 
Created
Source

@fluentui/react-rating

React Rating components for Fluent 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 @fluentui/react-components
import { Rating, RatingDisplay } from '@fluentui/react-components';

// Directly from @fluentui/react-rating
import { Rating, RatingDisplay } from '@fluentui/react-rating';
Examples
<Rating />

<RatingDisplay />

See Fluent UI Storybook for more detailed usage examples.

Alternatively, run Storybook locally with:

  1. yarn start
  2. Select react-rating from the list.

Specification

See Spec.md.

FAQs

Package last updated on 21 Feb 2025

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