"testRange": {
"type": "integer",
"default": 3
}
import {
TwebBlockRangeControl,
} from '@tigriweb/components/attributes';
<TwebBlockRangeControl
label={ __('Range Label', 'your-theme-name') }
help={ __('Range Description', 'your-theme-name') }
min="3"
max="13"
step="2"
name="testRange"
{ ...{ attributes, setAttributes } }
/>