Skip to Content
Native ComponentsDashboardCard

DashboardCard

Package: @tesserix/native

Import

import { DashboardCard } from '@tesserix/native'
  • DashboardCardProps

Source

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

Status

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

Example

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