For the complete documentation index, see llms.txt. This page is also available as Markdown.

Properties

Reusable value definitions for controls

Use these in your controls with "use": "Name" to get pre-defined option lists.

use
Description
Default

BackgroundType

View details

-

ButtonSize

View details

md

ContainerWidths

View details

full

ContainerHeights

View details

full

FontWeight

View details

400

GradientDirection

View details

bg-gradient-to-b

LetterSpacing

View details

normal

LineHeight

View details

normal

RevealAnimations

View details

fade

Slider

View details

-

TextAlign

View details

text-left

TransformOrigins

View details

center

TransitionNames

View details

dim

Usage

{
  "title": "Weight",
  "id": "fontWeight",
  "select": {
    "use": "FontWeight"
  }
}

The property's items and default will be merged into your control definition.

Last updated

Was this helpful?