Range

TwebMetaRangeControl

{ label, help, min, max, step, beforeIcon, metaKey* }
/**
 * @param {string} [label] - Component label.
 * @param {string} [help] - Component description.
 * @param {number} [min] - Minimum value (default: 0).
 * @param {number} [max] - Maximum value (default: 100).
 * @param {number} [step] - Step value (default: 1).
 * @param {React.ReactNode} [beforeIcon] - Icon before the slider.
 * @param {string} metaKey - Registered meta key from register_post_meta().
 */

Last updated

Was this helpful?