19 lines
530 B
HTML
19 lines
530 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head lang="en">
|
|
<title>Increment Counter Settings</title>
|
|
<meta charset="utf-8" />
|
|
<script src="https://sdpi-components.dev/releases/v3/sdpi-components.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<!--
|
|
Learn more about property inspector components at https://sdpi-components.dev/docs/components
|
|
-->
|
|
<sdpi-item label="Increment By">
|
|
<sdpi-range setting="incrementBy" min="1" max="5" step="1" default="1" showlabels></sdpi-range>
|
|
</sdpi-item>
|
|
</body>
|
|
|
|
</html> |