--- title: Resizable description: Accessible resizable panel groups and layouts with keyboard support. source: apps/www/src/lib/registry/default/ui/resizable primitive: https://www.radix-vue.com/components/splitter.html --- ## Installation ## Usage ```vue ``` ## Examples ### Vertical Use the direction prop to set the direction of the resizable panels. ```vue:line-numbers {10} ``` ### Handle You can set or hide the handle by using the withHandle prop on the ResizableHandle component. ```vue:line-numbers {12} ```