Splitter
Splitter with collapsible panels, drag handle, and smooth animations.
Loading...
Installation
npx shadcn@latest add @scrollxui/splitter Usage
import { Splitter, SplitterPanel } from '@/components/ui/splitter';<Splitter>
<SplitterPanel className='bg-muted/40 border-r'></SplitterPanel>
<SplitterPanel className='bg-background flex items-center justify-center'></SplitterPanel>
</Splitter>API Reference
Splitter
Splitter with collapsible panels, drag handle, and smooth animations.