Skip to Content

ContactCard

Package: @tesserix/native

Import

import { ContactCard } from '@tesserix/native'
  • ContactCardProps

Source

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

Status

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

Example

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