sp-dev-fx-webparts/samples/react-star-ratings
Takashi Shinohara c4a5c7b5ff Added react-star-ratings sample 2021-10-07 14:20:10 +09:00
..
assets Added react-star-ratings sample 2021-10-07 14:20:10 +09:00
config Added react-star-ratings sample 2021-10-07 14:20:10 +09:00
src Added react-star-ratings sample 2021-10-07 14:20:10 +09:00
teams Added react-star-ratings sample 2021-10-07 14:20:10 +09:00
.editorconfig Added react-star-ratings sample 2021-10-07 14:20:10 +09:00
.gitignore Added react-star-ratings sample 2021-10-07 14:20:10 +09:00
.yo-rc.json Added react-star-ratings sample 2021-10-07 14:20:10 +09:00
README.md Added react-star-ratings sample 2021-10-07 14:20:10 +09:00
gulpfile.js Added react-star-ratings sample 2021-10-07 14:20:10 +09:00
package-lock.json Added react-star-ratings sample 2021-10-07 14:20:10 +09:00
package.json Added react-star-ratings sample 2021-10-07 14:20:10 +09:00
tsconfig.json Added react-star-ratings sample 2021-10-07 14:20:10 +09:00
tslint.json Added react-star-ratings sample 2021-10-07 14:20:10 +09:00

README.md

react-star-ratings

Summary

This web part demonstrates Star Ratings capablities to SharePoint News. The "Ratings" site collection feature provides Likes and Star Ratings, but SharePoint News provides only provides Likes. This web part can get or set ratings of the current page.

react-star-ratings

Compatibility

SPFx 1.12.1 Node.js LTS v14 | LTS v12 | LTS v10 SharePoint Online Teams N/A: Untested with Microsoft Teams Workbench Hosted

Prerequisites

  1. Enable the "Ratings" feature of the site collection. The feature GUID is 915c240e-a6cc-49b8-8b2c-0bff8b553ed3.
Enable-PnPFeature -Identity 915c240e-a6cc-49b8-8b2c-0bff8b553ed3
  1. Update "Rating settings".

    • Click [⚙] - [Site contents].
    • Click [Site Pages] - [︙] - [Settings].
    • Click [Rating settings].
    • Update values.
      • Rating Settings: Yes
      • Which voting/rating experience you would like to enable for this list?: Star Ratings

Solution

Solution Author(s)
react-star-ratings Takashi Shinohara (@karamem0)

Version history

Version Date Comments
1.0 October 7, 2021 Initial release

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.