feat: add step as slider param
This commit is contained in:
parent
1c0da7cd49
commit
28966739f6
2 changed files with 6 additions and 4 deletions
|
|
@ -43,6 +43,7 @@ export function transpiler(input, options = {}) {
|
|||
value: node.arguments[0].raw, // don't use value!
|
||||
min: node.arguments[1]?.value ?? 0,
|
||||
max: node.arguments[2]?.value ?? 1,
|
||||
step: node.arguments[3]?.value,
|
||||
});
|
||||
return this.replace(widgetWithLocation(node));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue