MCPcopy Index your code
hub / github.com/react-bootstrap/react-bootstrap / renderDialog

Function renderDialog

src/Offcanvas.tsx:286–299  ·  view source on GitHub ↗
(dialogProps)

Source from the content-addressed store, hash-verified

284 );
285
286 const renderDialog = (dialogProps) => (
287 <div
288 {...dialogProps}
289 {...props}
290 className={classNames(
291 className,
292 responsive ? `${bsPrefix}-${responsive}` : bsPrefix,
293 `${bsPrefix}-${placement}`,
294 )}
295 aria-labelledby={ariaLabelledby}
296 >
297 {children}
298 </div>
299 );
300
301 return (
302 <>

Callers 1

Offcanvas.tsxFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…