Files
react-test/docs/data/joy/customization/dark-mode/IdentifySystemMode.tsx.preview

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
294 B
Plaintext
Raw Normal View History

2025-12-12 14:26:25 +09:00
<CssVarsProvider
// The props below are specific to this demo,
// you might not need them in your app.
//
theme={theme}
// the local storage key to use.
modeStorageKey="demo_identify-system-mode"
// set as root provider
disableNestedContext
>
<Identifier />
</CssVarsProvider>