Skip to Content

Progress

Package: @tesserix/web

Import

import { Progress } from '@tesserix/web'

Source

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

Status

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

Example

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