Easy to use rich snippets
Value | Appearance of the stars | Code |
---|---|---|
(Url of the current page) (default) | <star-snippet></star-snippet> |
|
http://www.example.com | <star-snippet href="http://www.example.com"></star-snippet> |
Value | Appearance of the stars | Code |
---|---|---|
xs | <star-snippet size="xs"></star-snippet> |
|
s | <star-snippet size="s"></star-snippet> |
|
m (default) | <star-snippet></star-snippet> |
|
l | <star-snippet size="l"></star-snippet> |
|
xl | <star-snippet size="xl"></star-snippet> |
Value | Appearance of the stars | Code |
---|---|---|
horizontal (default) | <star-snippet></star-snippet> |
|
vertical | <star-snippet orientation="vertical"></star-snippet> |
Value | Appearance of the stars | Code |
---|---|---|
efefef (default) | <star-snippet></star-snippet> |
|
333333 | <star-snippet emptyColor="333333"></star-snippet> |
Value | Appearance of the stars | Code |
---|---|---|
ffcc66 (default) | <star-snippet></star-snippet> |
|
96A9D5 | <star-snippet fillColor="96A9D5"></star-snippet> |
Value | Appearance of the stars | Code |
---|---|---|
ee9900 (default) | <star-snippet></star-snippet> |
|
1A346F | <star-snippet hoverColor="1A346F"></star-snippet> |
Value | Appearance of the stars | Code |
---|---|---|
true (default) | <star-snippet></star-snippet> |
|
false | <star-snippet showRating="false"></star-snippet> |