Skip to Content

ProductCard

Package: @tesserix/native

Import

import { ProductCard } from '@tesserix/native'
  • ProductCardProps

Source

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

Status

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

Example

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