Skip to Content
Native ComponentsLoadingOverlay

LoadingOverlay

Package: @tesserix/native

Import

import { LoadingOverlay } from '@tesserix/native'
  • LoadingOverlayProps

Source

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

Status

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

Example

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