How to use the react-base16-styling.getBase16Theme function in react-base16-styling

To help you get started, we’ve selected a few react-base16-styling examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github alexkuz / redux-devtools-inspector / src / DevtoolsInspector.js View on Github external
function createThemeState(props) {
  const base16Theme = getBase16Theme(props.theme, base16Themes);
  const styling = createStylingFromTheme(props.theme, props.invertTheme);

  return { base16Theme, styling };
}
github reduxjs / redux-devtools / packages / redux-devtools-inspector / src / DevtoolsInspector.js View on Github external
function createThemeState(props) {
  const base16Theme = getBase16Theme(props.theme, base16Themes);
  const styling = createStylingFromTheme(props.theme, props.invertTheme);

  return { base16Theme, styling };
}

react-base16-styling

React styling with base16 color scheme support

MIT
Latest version published 3 months ago

Package Health Score

93 / 100
Full package analysis