Questions tagged [react-toolbox]

89 questions
2
votes
1 answer

React Toolbox finding ~react-toolbox/lib/colors

Im having some issue trying to setting up the webpack with toolbox. For some reason i dont know why its not working. My webpack file looks like: const path = require('path'); const webpack = require('webpack'); const autoprefixer =…
2
votes
1 answer

React toolbox - Circular ProgressBar only animating rotation while loading JSON

Edit: It seems that the problem was not with the loading part, but it was actually react that didn't like handling so much elements. I will update this post with details as soon as I have a chance to confirm what was happening. My first test JSON…
daformat
  • 776
  • 5
  • 22
2
votes
0 answers

Add custom scrollbar for Tabs in react-toolbox

I am using Tabs componnent of react-toolbox. Everything is going well except when the text of the Tabsmenu is too long and is overlapped by other part as the image below: By adding directly to nav the properties overflow-x: auto, I can scroll…
Raphaël VO
  • 2,413
  • 4
  • 19
  • 32
2
votes
2 answers

React-Toolbox: How to apply theme

I'm using react toolbox and in my webpack configuration i have (i post just the significant part of the configuration): loaders: [ ..... ExtractTextPlugin.extract('style', 'css?sourceMap&modules&importLoaders=1&localIdentName=' + …
Mistre83
  • 2,677
  • 6
  • 40
  • 77
2
votes
1 answer

How to correctly configure React-Toolbox in an isomorphic web application without "asset not found" error

I am a beginner to webpack, node.js and basically to web development. I am using Redux/React/Isomorphic boilerplate . I am trying to use React-Toolbox for all the presentation components but not able to build/bundle (npm run dev) as it throws an…
2
votes
1 answer

React Component doesnt render within script statement

I'm finding trouble rendering a child component in react. I'm using React-Toolbox for styling. I have the below json file { "projects":[ { "id":1, "project_name":"Tensor Flow", "category":"Machine Learning", …
Jayaram
  • 6,276
  • 12
  • 42
  • 78
1
vote
0 answers

Is react-toolbox ready for webpack 4?

I am having a dickens of a time getting the default styles of certain components (namely buttons with icons and dialogs) to display when compiled with Webpack 4 (using the MiniCssExtractPlugin in place of the ExtractTextPlugin. Has anyone else found…
Shawn Rice
  • 11
  • 2
1
vote
1 answer

Update to React 16 findDOMNode stops working

I just tried to update React to version 16. Unfortunately React Toolbox which I use as UI library is not yet adapted for that. I took on the quest but stumbled upon something where I could not find a solution React Toolbox uses React.finDOMNode to…
Mythli
  • 5,995
  • 2
  • 24
  • 31
1
vote
2 answers

How to I make use of react-toolbox icons

I'm using react-toolbox for my project. I have tried some feature that it has, i.e icon button. and now i need a button with arrow-up icon. i dont know whether it is provided by react-toolbox or not.
Hanifanm
  • 123
  • 1
  • 6
1
vote
0 answers

how to render react-toolbox menu

How does one render a react-toolbox Menu component? There are no examples in the documentation. Or, rather, the example uses the IconMenu wrapper, which is unusable if you need to pass in the active property. When I render a Menu, it is always…
user1009908
  • 1,390
  • 13
  • 22
1
vote
1 answer

Webpack SCSS Update Uncaught TypeError

I have react, webpack project. When I update my scss file, Webpack compiler fails and throws following error: Uncaught TypeError: Super expression must either be null or a function, not undefined at _inherits…
1
vote
2 answers

React Toolbox icon displays as alternate text

I am trying to use Button with icon.
dhanushkac
  • 520
  • 2
  • 8
  • 25
1
vote
2 answers

React-Toolbox RadioGroup onChange doesn't work

I'm trying to set up radioButtons in my react application using the react-toolbox radio buttons https://github.com/react-toolbox/react-toolbox/tree/dev/components/radio. This is my code: import {RadioGroup, RadioButton} from…
Nocebo
  • 1,927
  • 3
  • 15
  • 26
1
vote
1 answer

Unexpected token when compiling ES6 to ES5, what's going on?

I'm trying to upgrade the cljsjs package for react-toolbox which requires compiling the whole project from ES6 to ES5. I'm getting this error: Hash: b375d2042d9b41b2ee59 Version: webpack 2.7.0 Time: 95ms Asset Size Chunks …
Pablo Fernandez
  • 279,434
  • 135
  • 377
  • 622
1
vote
1 answer

Create React App and React Toolbox Input

I'm very new to react and started with Create React App. I added React Toolbox to my project. I have ejected and added css modules to my webpack config file. Most of the React Toolbox components appear correctly after making that change, however…
linzlu
  • 31
  • 1
  • 3