The Sanity engineering blog is live. Deep dives from our engineers.

Simple Star Rating

Studio v2
This plugin only works with an older version of Sanity Studio (v2), which is deprecated.

A Sanity.io custom input component that allows you to provide a star rating.

v2 install command (deprecated)

sanity install simple-star-rating

Simple Star Rating

A Sanity.io custom input component that allows you to provide a star rating.

Installation

  1. 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.
  }
},

Preview

Simple star rating input preview