Skip to main content

Layout

Layout is a React component that wraps the entire screen with theme context.

Usage

<Layout themeColor="light" theme={customTheme}></Layout>

Props

  • themeColor: The color of the theme. Can be light or dark.
  • theme: The theme to overwrite default theme.