Skip to Content
Native ComponentsImageGallery

ImageGallery

Package: @tesserix/native

Import

import { ImageGallery } from '@tesserix/native'
  • ImageGalleryProps, ImageGalleryItem

Source

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

Status

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

Example

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