Skip to Content

PricingCard

Package: @tesserix/native

Import

import { PricingCard } from '@tesserix/native'
  • PricingCardProps, PricingFeature

Source

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

Status

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

Example

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