How to use the reshadow function in reshadow

To help you get started, we’ve selected a few reshadow 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 lttb / reshadow / packages / reshadow / spec / App / index.js View on Github external
const App = ({disabled, type, color = 'grey'}) => styled(styles)`
    button[disabled] {
        color: ${color};
    }
`(
    <button disabled="{disabled}" type="{type}">
        {styled(styles2)(content)}

        click
    </button>,
);
github lttb / reshadow / packages / reshadow / spec / App / index.js View on Github external
const App = ({disabled, type, color = 'grey'}) =&gt; styled(styles)`
    button[disabled] {
        color: ${color};
    }
`(
    <button disabled="{disabled}" type="{type}">
        {styled(styles2)(content)}

        click
    </button>,
);

reshadow

reshadow

MIT
Latest version published 2 years ago

Package Health Score

43 / 100
Full package analysis

Popular reshadow functions