0.0.14 • Published 10 months ago
@j1010/pomodoro-timer v0.0.14
Pomodoro Timer
A React component for pomodoro timer.
Installation
pnpm add @j1010/pomodoro-timerUsage
You could use the component like this: 25 minutes work, 5 minutes break
import { PomodoroTimer } from "@j1010/pomodoro-timer";
<PomodoroTimer settings={{
workDuration: 25,
breakDuration: 5,
longBreakDuration: 15,
sessionsUntilLongBreak: 4,
soundEnabled: true,
autoStartBreaks: true,
autoStartPomodoros: false,
}} />Documentation
For detailed documentation, please check:
- Component Documentation - Detailed component API and usage examples
- UI and Features Documentation - Detailed explanation of UI elements and features