Build with Sanity MCP in Replit. Prizes up for grabs! Submit by June 14

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