This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

material-ui-chameleon
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

Material-UI Chameleon

Material-UI Chameleon

Warning: [WIP] This is not yet ready for production

Material-UI theme editor.

npm package npm downloads BundlePhobia Average time to resolve an issue

Dependencies DevDependencies PeerDependencies

Github Action build Github Action test Cypress dashboard

Buy me a coffee

Installation

Material-UI Chameleon is available as an npm package.

// with npm
npm install material-ui-chameleon

// with yarn
yarn add material-ui-chameleon

Usage

Here is a quick example to get you started, it's all you need:

import React from 'react';
import ReactDOM from 'react-dom';

import ThemeProvider from 'material-ui-chameleon/ThemeProvider';
import SideBarEditor from 'material-ui-chameleon/SideBarEditor';

// import { ThemeProvider, SideBarEditor } from 'material-ui-chameleon';

function App() {
    const showEditor = true; // of course

    return (
        <ThemeProvider theme={yourInitialTheme}>
            <CssBaseline />

            {/* rest of the app */}

            {showEditor && <SideBarEditor />}
        </ThemeProvider>
    );
}

ReactDOM.render(<App />, document.querySelector('#app'));

Acknowledgments

  • Logo Design by Zara Magumyan. See her Dribbble for more awesome designs.
  • Some bundling Tools and scripts are used from Material-UI packages. This makes my job easier, faster and compatibility of this package better with Material-UI packages.

License

This project is licensed under the terms of the MIT license.

Dependencies (4)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i material-ui-chameleon

    Weekly Downloads

    10

    Version

    0.2.0

    License

    MIT

    Unpacked Size

    207 kB

    Total Files

    128

    Last publish

    Collaborators

    • davit.yavryan