Skip to main content
The slider provides creators with an intuitive way to select numerical values through a visual slider interface combined with a numerical input box. It’s perfect for precise control over design properties like corner radius, border width, pixel dimensions, or quantities. The dual interface allows creators to either drag the slider for quick adjustments or type exact values for precision. example slider
Fields cannot be dependent on sliders as they always have a value.

Compatibility

Properties

string
required
slider - the type of the component
string
required
A unique internal-only identifier that is posted to an app’s plugin server to share values inputted by the creator
string
required
Creator-facing identifier that is shown in the plugin environment (64 character limit)
number
required
Maximum value allowed on the slider
number
required
Minimum value allowed on the slider
number
required
Increment value for slider movement and input validation
number
required
Default value when the component first loads
boolean
Determines whether the creator must set a value before proceeding, defaults to false
string
Brief creator-facing explanation that clarifies the component’s purpose and usage (256 character limit. Supports markdown: [text](url), **bold**, and *italic*)
string
Unit or label displayed after the value (3 character limit, defaults to null). If null or absent, the suffix won’t show
object array
Allows for the field to be shown conditionally. dependent on other fields. See dependencies page for more details.