MCPcopy Create free account

hub / github.com/bvaughn/react-resizable-panels / functions

Functions280 in github.com/bvaughn/react-resizable-panels

FunctionOverflowRoute
()
src/routes/OverflowRoute.tsx:23
FunctionPage
()
src/routes/examples/ServerComponent.tsx:12
FunctionPage
()
integrations/vike/pages/decoder/+Page.tsx:5
FunctionPage
()
integrations/vike/pages/index/+Page.tsx:12
FunctionPage
()
integrations/vike/pages/_error/+Page.tsx:3
FunctionPage
({ params, searchParams: searchParamsPromise }: { params: Promise<{ encoded: string }>; searchParams?:
integrations/next/app/decoder/[encoded]/page.tsx:3
FunctionPanel
({ children, className, collapsedSize = "0%", collapsible = false, defaultSize, disabled, elemen
lib/components/panel/Panel.tsx:44
FunctionPanel
({ children, className = "", disabled, showSizeAsPercentage, showSizeInPixels, ...rest }: PanelPro
src/components/styled-panels/Panel.tsx:10
FunctionPanel
({ children, className = "", id: idProp, onResize, showSizeAsPercentage = true, showSizeInPixels =
integrations/tests/src/components/Panel.tsx:9
FunctionPanelImperativeHandleRoute
()
src/routes/PanelImperativeHandleRoute.tsx:8
FunctionPanelImperativeHandleRoute
()
src/routes/GroupImperativeHandleRoute.tsx:8
FunctionPanelPropsRoute
()
src/routes/PanelPropsRoute.tsx:4
FunctionPanelText
({ children }: PropsWithChildren)
src/components/styled-panels/PanelText.tsx:3
FunctionPanelText
({ children }: PropsWithChildren)
integrations/tests/src/components/PanelText.tsx:3
FunctionPersistentLayoutsConditionalPanelsRoute
()
src/routes/PersistentLayoutsConditionalPanelsRoute.tsx:4
FunctionPersistentLayoutsRoute
()
src/routes/PersistentLayoutsRoute.tsx:9
FunctionPersistentLayoutsServerComponentsRoute
()
src/routes/PersistentLayoutsServerComponentsRoute.tsx:5
FunctionPersistentLayoutsServerRenderingRoute
()
src/routes/PersistentLayoutsServerRenderingRoute.tsx:4
FunctionPlatformRequirementsRoute
()
src/routes/PlatformRequirementsRoute.tsx:3
FunctionPopupWindow
({ children, className, height = 600, width = 1_000 }: PopupWindowProps)
integrations/tests/src/components/PopupWindow.tsx:10
FunctionRepro
()
lib/components/group/Group.test.tsx:768
FunctionRootLayout
({ children }: Readonly<{ children: React.ReactNode; }>)
integrations/next/app/layout.tsx:22
FunctionSeparator
({ children, className, disabled, disableDoubleClick, elementRef: elementRefProp, id: idProp, st
lib/components/separator/Separator.tsx:31
FunctionSeparator
({ className = "", orientation = "horizontal", useFocusPseudoClasses, ...rest }: PropsWithChildren<
src/components/styled-panels/Separator.tsx:10
FunctionSeparator
({ className = "", ...rest }: PropsWithChildren< SeparatorProps & { className?: string | undefined;
integrations/tests/src/components/Separator.tsx:8
FunctionSeparatorPropsRoute
()
src/routes/SeparatorPropsRoute.tsx:4
FunctionSizeConstraintsRoute
()
src/routes/SizeConstraintsRoute.tsx:8
FunctionTestRoute
()
src/routes/TestRoute.tsx:6
FunctionUseDefaultLayoutRoute
()
src/routes/UseDefaultLayoutRoute.tsx:5
FunctionUseGroupRefRoute
()
src/routes/UseGroupCallbackRefRoute.tsx:4
FunctionUseGroupRefRoute
()
src/routes/UseGroupRefRoute.tsx:5
FunctionUsePanelRefRoute
()
src/routes/UsePanelCallbackRefRoute.tsx:4
FunctionUsePanelRefRoute
()
src/routes/UsePanelRefRoute.tsx:5
FunctionVSCode
()
src/components/vs-code/VSCode.tsx:10
FunctionVSCodeCollapsibleSidePanel
({ onResize, panelRef }: { onResize: OnPanelResize; panelRef: Ref<PanelImperativeHandle | null> | unde
src/components/vs-code/VSCodeCollapsibleSidePanel.tsx:10
FunctionVSCodePrimaryContentPanel
()
src/components/vs-code/VSCodePrimaryContentPanel.tsx:3
FunctionVSCodeSeparator
()
src/components/vs-code/VSCodeSeparator.tsx:3
FunctionVSCodeSidebar
()
src/components/vs-code/VSCodeSidebar.tsx:9
FunctionVSCodeSidebarButton
({ Icon, tab, title }: { Icon: Icon; tab: Tab; title: string; })
src/components/vs-code/VSCodeSidebarButton.tsx:17
Methodconstructor
(callback: ResizeObserverCallback)
lib/utils/test/mockResizeObserver.ts:33
Methodconstructor
()
lib/global/cursor/updateCursorStyle.test.ts:33
FunctiondisableCursor
()
lib/components/group/Group.tsx:157
FunctiondisableResizeObserverForCurrentTest
()
lib/utils/test/mockResizeObserver.ts:7
Functionget
(_, name)
lib/utils/test/mockGetComputedStyle.ts:17
Functionget
()
lib/global/cursor/updateCursorStyle.test.ts:39
FunctiongetItem
(key: string)
src/routes/examples/cookieStorage.tsx:8
FunctiongetLayout
()
lib/global/utils/getImperativeGroupMethods.ts:26
FunctiongoToUrlWithIframe
( page: Page, element: ReactElement<GroupProps>, sameOrigin: boolean )
integrations/tests/src/utils/goToUrlWithIframe.ts:6
FunctionhorizontalSort
( a: Type, b: Type )
lib/components/group/sortByElementOffset.ts:12
FunctionisShadowRoot
(value: unknown)
lib/utils/isShadowRoot.ts:2
FunctionlogDebugState
(page: Page, prefix?: string)
integrations/tests/src/utils/debugging/logDebugState.ts:3
FunctionlogGroup
(page: Page)
integrations/tests/src/utils/debugging/logGroup.ts:3
Functionnoop
()
src/routes/OverflowRoute.tsx:21
FunctiononDocumentContextMenu
(event: MouseEvent)
lib/global/event-handlers/onDocumentContextMenu.ts:3
FunctiononDocumentDoubleClick
(event: MouseEvent)
lib/global/event-handlers/onDocumentDoubleClick.ts:5
FunctiononDocumentKeyDown
(event: KeyboardEvent)
lib/global/event-handlers/onDocumentKeyDown.ts:6
FunctiononDocumentPointerDown
(event: PointerEvent)
lib/global/event-handlers/onDocumentPointerDown.ts:6
FunctiononDocumentPointerLeave
(event: PointerEvent)
lib/global/event-handlers/onDocumentPointerLeave.ts:5
FunctiononDocumentPointerMove
(event: PointerEvent)
lib/global/event-handlers/onDocumentPointerMove.ts:14
FunctiononDocumentPointerOut
(event: PointerEvent)
lib/global/event-handlers/onDocumentPointerOut.ts:6
FunctiononDocumentPointerUp
(event: PointerEvent)
lib/global/event-handlers/onDocumentPointerUp.ts:3
FunctiononPointerMove
(event: PointerEvent)
integrations/tests/src/components/Decoder.tsx:149
FunctiononPopupBeforeUnload
()
integrations/tests/src/components/PopupWindow.tsx:52
FunctiononStorage
(event: StorageEvent)
src/hooks/useLocalStorage.ts:30
FunctiononWindowBeforeUnload
()
integrations/tests/src/components/PopupWindow.tsx:58
Functionpanels
()
lib/global/test/mockGroup.ts:71
Functionread
()
lib/components/panel/Panel.tsx:142
MethodremoveAllListeners
()
lib/utils/EventEmitter.ts:62
Functionreplacer
(_key: string, value: unknown)
integrations/tests/src/components/DebugData.tsx:16
Functionseparators
()
lib/global/test/mockGroup.ts:74
Functionserialize
(value)
vitest.setup.ts:31
FunctionsetItem
(key: string, value: string)
src/routes/examples/cookieStorage.tsx:18
FunctionsetLayout
(unsafeLayout: Layout)
lib/global/utils/getImperativeGroupMethods.ts:38
FunctionsimulateUnsupportedEnvironmentForTest
()
lib/utils/test/mockResizeObserver.ts:11
Functionsubscribe
()
lib/components/group/useDefaultLayout.ts:200
Methodunobserve
(element: HTMLElement)
lib/utils/test/mockResizeObserver.ts:48
FunctionupdateUrl
( page: Page, element: ReactElement<GroupProps> | null )
integrations/tests/src/utils/updateUrl.ts:6
FunctionuseLocalStorage
( key: string, defaultValue: Type )
src/hooks/useLocalStorage.ts:3
FunctionuseStableArray
(unstableArray: Type[])
lib/hooks/useStableArray.ts:4
FunctionverticalSort
(a: Type, b: Type)
lib/components/group/sortByElementOffset.ts:23
← previous201–280 of 280, ranked by callers