ProductGrid
Package: @tesserix/native
Import
import { ProductGrid } from '@tesserix/native'Related types
ProductGridProps,ProductGridItem
Source
- Component:
packages/native/src/components/ProductGrid/ProductGrid.tsx - Story:
packages/native/src/components/ProductGrid/ProductGrid.stories.tsx - Test:
packages/native/src/components/ProductGrid/ProductGrid.test.tsx
Status
- Exported from package entry: Yes
- Component implementation file: Present
Example
import { ProductGrid } from '@tesserix/native'
export function DemoProductGrid() {
return <ProductGrid />
}