Skip to content

v0.11.0

Compare
Choose a tag to compare
@lxsmnsyc lxsmnsyc released this 26 May 14:22
· 509 commits to main since this release
  • This release adds the <ColorSchemeProvider>, usePreferredColorScheme, useNativeColorScheme and useColorScheme. This set of utilities allows automatic management of color scheme preferences by both the user and the device. This also synchronizes across pages and persists in the local storage. <ColorSchemeProvider> can also be either controlled and uncontrolled through the use of initialValue, value and onChange.

See docs for example usage.

image