The thumbnails/outline sidebar, with a tab strip when both are enabled.
It has no width of its own — set one with style or className, or let a flex parent size it.
style
className
The destructured component props or operation options.
The resulting ReactNode.
<PdfSidebar style={{ width: 200 }} defaultTab="outline" /> Copy
<PdfSidebar style={{ width: 200 }} defaultTab="outline" />
The thumbnails/outline sidebar, with a tab strip when both are enabled.
It has no width of its own — set one with
styleorclassName, or let a flex parent size it.