Skip to content

tasnimAlam/rating-block

Repository files navigation

Rating Block

Display rating stars using gutenberg block.

Build Status Rating Block allows you to display star rating to your WordPress site. Using this plugin, you can easily create and display star rating within Gutenberg.

Usage

Easy way ( WordPress 5.5 or above ):

  • Go to WordPress Gutenberg editor.
  • Search for "rating".
  • Click Install.

For WordPress < 5.5

  • Upload "rating-block" to the /wp-content/plugins/rating directory.
  • Activate the plugin through the 'Plugins' screen in WordPress.

Installation

Rating block requires Node.js v10+ to run. Inside your WordPress plugin folder:

$ git clone https://github.com/tasnimAlam/rating-block.git
$ cd rating-block
$ npm install
$ npm start

For production build

$ npm run build

Screenshots

screenshot-1