feat(node-resizer): add maxHeight and maxWidth props
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -40,6 +40,8 @@ export default {
|
||||
:color="color"
|
||||
:min-width="minWidth"
|
||||
:min-height="minHeight"
|
||||
:max-width="maxWidth"
|
||||
:max-height="maxHeight"
|
||||
:should-resize="shouldResize"
|
||||
@resize-start="emits('resizeStart', $event)"
|
||||
@resize="emits('resize', $event)"
|
||||
@@ -56,6 +58,8 @@ export default {
|
||||
:color="color"
|
||||
:min-width="minWidth"
|
||||
:min-height="minHeight"
|
||||
:max-width="maxWidth"
|
||||
:max-height="maxHeight"
|
||||
:should-resize="shouldResize"
|
||||
:keep-aspect-ratio="keepAspectRatio"
|
||||
@resize-start="emits('resizeStart', $event)"
|
||||
|
||||
Reference in New Issue
Block a user