Skip to content

io.input.slider

Represents a slider component.

Usage

ts
const value = await io.input.slider("How satisfied are you with Forge?", min=1, max=10)
python
value = await io.input.slider("How satisfied are you with Forge?", min=1, max=10)

example of Forge app with slider component