sanity-plugin-simple-star-rating
v0.1.6
Published
A Sanity.io star rating input component.
Downloads
13
Maintainers
Readme
Simple Star Rating
A Sanity.io custom input component that allows you to provide a star rating.
Installation
sanity install simple-star-rating
Usage
{
title: "Rating",
name: "rating",
type: "rating", // Required
description: "Apply a rating out of 5 stars",
options: {
stars: 5, // Optional. Default 5.
}
},