liamr / simpleStarRating

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 100.0%