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 |
---|---|---|
@resize | contentRect | |
@mobile | void | Screen width is less than 768px |
@portrait | void | Screen width is between 768px and 992px |
@landscape | void | Screen width is between 992px and 1200px |
@desktop | 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 ☹️