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