Skip to Content

SplitPane

Package: @tesserix/native

Import

import { SplitPane } from '@tesserix/native'
  • SplitPaneProps

Source

  • Component: packages/native/src/components/SplitPane/SplitPane.tsx
  • Story: packages/native/src/components/SplitPane/SplitPane.stories.tsx
  • Test: packages/native/src/components/SplitPane/SplitPane.test.tsx

Status

  • Exported from package entry: Yes
  • Component implementation file: Present

Example

import { SplitPane } from '@tesserix/native' export function DemoSplitPane() { return <SplitPane /> }