Adds support for user-controlled color modes
npm install @theme-ui/color-modesAdds support for user-controlled color modes
https://theme-ui.com
Note: _This package is included in the main theme-ui package, and
generally should not be used on its own._
``sh`
npm i @theme-ui/color-modes
`jsx
import { ThemeProvider } from '@theme-ui/core'
import { ColorModeProvider } from '@theme-ui/color-modes'
import theme from './theme'
export default (props) => (
)
`
- useColorModeColorModeProvider`
-