{variants.map((variant) => (
))}
);
}
```
## Nested Groups
Panels can contain nested `Resizable` groups. Use different orientations to build editor-style
three-pane layouts. Give each nested group a unique `id`.
```tsx
import {Resizable} from "@darkcode-ui/react";
export function ResizableNested() {
return (