Archived docs Get your API Key
Get started
Tutorials
Guides
Reference
Help for AI agents
🤖 AI Assistant

Component advanced/070

Component ID: advanced/070

A 5-symbol rating display using stars or hearts. Symbols fade in one at a time with staggered timing. Filled symbols show the rating value, unfilled symbols show as a different color. Supports separate styling for 'on' and 'off' states. Perfect for product reviews, testimonials, or any rating visualization.

SectionInteractive or data-driven elements: buttons, counters, ratings, images, tables
AnimationEach symbol fades in sequentially (500ms each, 300ms stagger between symbols).
Intro duration5 s

Preview

Element schema

Minimal shape of a advanced/070 component element:

{
    "type": "component",
    "component": "advanced/070",
    "settings": {}
}

See the full component element reference for shared properties like duration, start, x, y, etc.

Settings

The settings property accepts the following groups. Each group contains CSS-like properties; see component CSS properties for the full list of supported keys.

rating

Rating display configuration.

PropertyTypeDefaultDescription
valueinteger5Rating value (0-5).
symbolstring (enum)starSymbol type. Values: star, heart
sizestring3vwSymbol size.
colorstringgoldFilled symbol color.
strokestringFilled symbol stroke color.
drop-shadowstringShadow for filled symbols.
off-colorstringtransparentUnfilled symbol color.
off-strokestringUnfilled symbol stroke color.
off-drop-shadowstringShadow for unfilled symbols.
vertical-alignstring (enum)centerVertical position. Values: top, center, bottom
horizontal-alignstring (enum)centerHorizontal position. Values: left, center, right