Layout & Structure
Resizable
A draggable handle for letting the user resize a panel between a min and max size.
This site's own sidebar is built with Resizable. Drag its right edge to try it.
Install
import { Resizable } from 'vael-ui'Playground
Drag the handle
horizontal
end
import { Resizable } from 'vael-ui'
<Resizable :min="0" :max="0" direction="horizontal" edge="end" :disabled="false" ariaLabel="Resize" :size="150">Resizable</Resizable>