Countdown
Package: @tesserix/native
Import
import { Countdown } from '@tesserix/native'Related types
CountdownProps
Source
- Component:
packages/native/src/components/Countdown/Countdown.tsx - Story:
packages/native/src/components/Countdown/Countdown.stories.tsx - Test:
packages/native/src/components/Countdown/Countdown.test.tsx
Status
- Exported from package entry: Yes
- Component implementation file: Present
Example
import { Countdown } from '@tesserix/native'
export function DemoCountdown() {
return <Countdown />
}