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

Component basic/001

Component ID: basic/001

A text card with a decorative colored vertical bar on the left side, plus headline and body text. The bar animates in first, then headline and body paragraphs slide in from above with elastic bounce easing. Similar to basic/000 but with the added visual accent of a colored bar. The bar color can be customized to match branding.

SectionText card components with headline, body, and optional decorative elements
AnimationBar height grows from 0 to 100%. Text slides in from top with easeOutElastic bounce (500ms, 400ms stagger between elements).
Intro duration10 s

Preview

Element schema

Minimal shape of a basic/001 component element:

{
    "type": "component",
    "component": "basic/001",
    "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.

card

Container positioning.

PropertyTypeDefaultDescription
vertical-alignstring (enum)topVertical position. Values: top, center, bottom
horizontal-alignstring (enum)Horizontal position. Values: left, center, right
text-alignstring (enum)leftText alignment. Values: left, center, right
overflowstringhiddenOverflow behavior.

bar

Vertical decorative bar on the left side.

PropertyTypeDefaultDescription
backgroundstringredBar color.
widthstring3vwBar width.
margin-rightstring3vwSpace between bar and text.
border-radiusstringBar corner rounding.

headline

Main headline text.

PropertyTypeDefaultDescription
textstringHeadline text.
colorstringText color.
font-sizestring5vwFont size.
font-familystringInterGoogle Font name.
font-weightstring700Font weight.

body

Body paragraphs. Supports array of strings.

PropertyTypeDefaultDescription
textstring|arrayBody text or array of paragraphs. Supports , HTML.
colorstringText color.
font-sizestring3.5vwFont size.
font-familystringInterGoogle Font name.
font-weightstring700Font weight.