react-toolbox-themr icon indicating copy to clipboard operation
react-toolbox-themr copied to clipboard

A tool to statically extract and generate custom themes for React Toolbox

Results 32 react-toolbox-themr issues
Sort by recently updated
recently updated
newest added

I'm trying to apply a custom theme using react-toolbox-themr, but none of the changes I make are being applied to the components.. Here's my config: `App.js`: ```javascript ... import Layout...

After following the instructions in the README (setting up ThemeProvider), this throws the exception ( > Cannot read property 'label' of undefined ): ``` import React from 'react'; import ThemeProvider...

Output of running the command: ![image](https://user-images.githubusercontent.com/9698639/49273261-6b4c9500-f442-11e8-8836-5eecca32f7da.png) Short version: Probably outdated `postcss-next` with old `BrowserList` version that doesn't support `dead` query, actually npm says `postcss-next` has been deprecated in favor of...

I'm upgrading my project to webpack 4 and use the new recommended mini-css-extract-plugin. When importing a toolbox class i.E. import Switch from 'react-toolbox/lib/switch'; (or import {Switch} from 'react-toolbox/lib/switch';) I get...

* Moves the generated asset files into `src/` because you can't normally import from outside it. * Adds the import of the `theme.css` file, which is absolutely needed for this...

# ERROR `Uncaught TypeError: undefined is not a function themr.js:113` `(anonymous function) themr.js:113` `getNamespacedTheme themr.js:112` `getTheme themr.js:132` `calcTheme` # Procedure - run "react-toolbox-themr" - configure LAYOUT in package.json ``` {...

react-toolbox-themr is an awesome lib, but if I try to add configuration to my package.json I get following error: ``` path.js:7 throw new TypeError('Path must be a string. Received '...

I am trying to render https://github.com/react-toolbox/react-toolbox/tree/2.0.0-beta.8/components/table and get a TypeError. I am able to render the button component fine as a test but unable to render a table: DataTable.js: ```...

Hi there, first of all, great toolbox ! sorry awesome ! specially as you added the possibility to make it work with CRA, I first started with MUI but with...