c4a5c7b5ff | ||
---|---|---|
.. | ||
assets | ||
config | ||
src | ||
teams | ||
.editorconfig | ||
.gitignore | ||
.yo-rc.json | ||
README.md | ||
gulpfile.js | ||
package-lock.json | ||
package.json | ||
tsconfig.json | ||
tslint.json |
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.
Compatibility
Prerequisites
- 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
-
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.