Components/Theme/ThemeProvider
component

ThemeProvider

src/components/theme.tsx

Import

import { ThemeProvider } from "@ossrandom/design-system";

Examples

Default

Mount once near the root. The provider stamps `data-theme` on `<html>`.

↗ Playground

API

PropType
mode ThemeMode
accent BrandColor
fontFamily { readonly sans: string; readonly mono: string }
children required ReactNode