Skip to Content

Stat

Package: @tesserix/web

Import

import { Stat, StatLabel, StatValue, StatTrend, StatMeta, statVariants, trendVariants } from '@tesserix/web'

Source

  • Component: packages/web/src/components/stat/stat.tsx
  • Story: packages/web/src/components/stat/stat.stories.tsx
  • Test: Not found

Status

  • Component implementation file: Present
  • Story file: Present
  • Test file: Missing

Example

import { Stat } from '@tesserix/web' export function DemoStat() { return <Stat /> }