Skip to Content

Spotlight

Package: @tesserix/native

Import

import { Spotlight } from '@tesserix/native'
  • SpotlightProps

Source

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

Status

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

Example

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