Skip to Content
Native ComponentsPricingTable

PricingTable

Package: @tesserix/native

Import

import { PricingTable } from '@tesserix/native'
  • PricingTableProps, PricingPlan

Source

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

Status

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

Example

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