Circular Progress
Package: @tesserix/web
Import
import { CircularProgress } from '@tesserix/web'Source
- Component:
packages/web/src/components/circular-progress/circular-progress.tsx - Story:
packages/web/src/components/circular-progress/circular-progress.stories.tsx - Test:
packages/web/src/components/circular-progress/circular-progress.test.tsx
Status
- Component implementation file: Present
- Story file: Present
- Test file: Present
Example
import { CircularProgress } from '@tesserix/web'
export function DemoCircularProgress() {
return <CircularProgress />
}