Base UI
Ratings
Documentation
Available Parameters
| Parameter | Type | Description |
|---|---|---|
variation
|
Text
Default : normal
|
Set variation for Rating Reviews component. List of available variations :
|
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)'
} %}