Properties

Reusable value definitions for controls

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

use
Description
Default

BackgroundType

-

ButtonSize

md

ContainerWidths

full

ContainerHeights

full

FontWeight

400

GradientDirection

bg-gradient-to-b

LetterSpacing

normal

LineHeight

normal

RevealAnimations

fade

TextAlign

text-left

TransformOrigins

center

TransitionNames

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?