Number

The example component contains two distinct number controls; to show that you can have a slider but also a stepper.Two number controls in the properties panelI named these two numeric properties negativeOrPositive and steppable.export default function Number(props) { const { negativeOrPositive, steppable, style, …rest } = props return ( <div {…rest} style={{ // Visual & […]

To access this page, you must purchase The Framer Code Guide or The Framer Code Guide - Monthly.