How to use devui - 6 common examples

To help you get started, we’ve selected a few devui 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 reduxjs / redux-devtools / packages / redux-devtools-core / src / app / containers / monitors / InspectorWrapper / VisualDiffTab.js View on Github external
    background: ${props => effects.color(props.theme.base08, 'alpha', 0.2)};
    text-decoration: line-through;
github zalmoxisus / remotedev-app / src / app / components / Settings / Themes.js View on Github external
const theme = this.props.theme;
    const formData = {
      theme: theme.theme,
      scheme: theme.scheme,
      dark: !theme.light
    };

    return (
      
        <form>
      </form>
github reduxjs / redux-devtools / packages / redux-devtools-core / src / app / components / Settings / Themes.js View on Github external
const theme = this.props.theme;
    const formData = {
      theme: theme.theme,
      scheme: theme.scheme,
      dark: !theme.light
    };

    return (
      
        <form>
      </form>

devui

Reusable React components for building DevTools monitors and apps.

MIT
Latest version published 3 years ago

Package Health Score

53 / 100
Full package analysis