degree-picker
Advanced tools
Comparing version 0.0.21 to 0.0.22
{ | ||
"name": "degree-picker", | ||
"private": false, | ||
"version": "0.0.21", | ||
"version": "0.0.22", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "files": [ |
@@ -42,2 +42,4 @@ <div align="center"> | ||
| `step` | `number` | 30 | The step used for displaying the degrees | | ||
| `min` | `number/string` | 0 | Minimum allowed value of the picker | | ||
| `max` | `number/string` | 359 | Maximum allowed value of the picker | | ||
| `width` | `number/string` | 290px | Sets the width of the element - can be provided as a string like "290px" or "290" or a number, defaults to 290px | | ||
@@ -44,0 +46,0 @@ | `full-width` | `boolean` | false | Ignores the previous `width` prop and sets the width to 100% of the parent container | |
35892
48