We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b6cdff commit 26c83a1Copy full SHA for 26c83a1
1 file changed
docs-site/docs/index.mdx
@@ -1,13 +1,13 @@
1
---
2
-title: Lightweight React timer hooks
+title: '@crup/react-timer-hook'
3
slug: /
4
description: A lightweight React hooks library for building timers, stopwatches, and real-time clocks with minimal boilerplate.
5
6
7
import RecipePlayground from '@site/src/components/RecipePlayground';
8
import { StopwatchSample, AbsoluteCountdownSample, TimerGroupSample } from '../samples/recipes';
9
10
-# Lightweight React timer hooks
+# @crup/react-timer-hook
11
12
`@crup/react-timer-hook` is a lightweight React hooks library for building timers, stopwatches, and real-time clocks with minimal boilerplate.
13
0 commit comments