From a78d8396585e759f6cddc89ade9f479ae36e0b12 Mon Sep 17 00:00:00 2001 From: Hunter Johnston Date: Thu, 23 Nov 2023 11:18:29 -0500 Subject: [PATCH] add open in stackblitz --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 81580f3..f04e00f 100644 --- a/README.md +++ b/README.md @@ -95,3 +95,7 @@ A writeable store that represents the user's mode preference. It can be `"light" ### systemPrefersMode A readable store that represents the operating system's mode preference. It can be `"light"`, `"dark"` or `undefined` if evaluated on the server. Will automatically track changes to the operating system's mode preference unless this is disabled with the `tracking()` method which takes a boolean. Normally this is disabled by setting the `track` prop to false in the `` component. + +## Demo / Reproduction Template + +[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/huntabyte/mode-watcher)