Skip to content

Commit

Permalink
add open in stackblitz
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte committed Nov 23, 2023
1 parent f5964d7 commit a78d839
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<ModeWatcher>` component.

## Demo / Reproduction Template

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/huntabyte/mode-watcher)

0 comments on commit a78d839

Please sign in to comment.