Base UI

Ratings
4.8 (1,034 Reviews)
4.8 (1,034 Reviews)
Documentation
Available Parameters
Parameter Type Description
variation Text
Default : normal
Set variation for Rating Reviews component.
List of available variations :
  • normal
  • large
score Number
required
Set rating score.
description Text Set description for Rating Reviews component.
Starter Kit Codes
Starter Kit Code
 {# include components/rating-reviews  #}
 {% include "../../components/rating-reviews.twig", with {
    	'variation'	: 'normal',

	'score'		: 4.8,
	'description'	: '(1,034 Reviews)'
 } %}
Starter Kit Code
 {# include components/rating-reviews  #}
 {% include "../../components/rating-reviews.twig", with {
    'variation'	: 'large',

	'score'		: 4.8,
	'description'	: '(1,034 Reviews)'
 } %}