Skip to content
Resizer ⚠️ Experimental
The Resizer component can be used imported from:
Playground
Parameters
Events
This component has events. Check the documentation about how to use the events.
Name | Payload | Description |
---|---|---|
onResize | contentRect | |
onMobile | void | Screen width is less than 768px |
onPortrait | void | Screen width is between 768px and 992px |
onLandscape | void | Screen width is between 992px and 1200px |
onDesktop | void | Screen width is greater than 1200px |
Parameters use
Check the documentation about how to use the parameters.
Flags
resizable
Makes the container resizable using the bottom-right corner of it.
content
Browser support
Detected engine:
Chromium
Webkit
Gecko
CodeSandbox example
Sorry, not available yet ☹️