0.0.14 • Published 12 months ago

@j1010/pomodoro-timer v0.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

Pomodoro Timer

A React component for pomodoro timer.

image

Installation

pnpm add @j1010/pomodoro-timer

Usage

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:

Official Demo Site

https://www.5minutetimer.app/pomodoro

0.0.14

12 months ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago