Questions tagged [react-toolbox]

89 questions
0
votes
1 answer

React toolbox not working? (AppBar styling and ripple)

I've just included AppBar like And it looks like: Notice the menu icon is off and black instead of white? When I click the icon/button the ripple stays at the…
Jiew Meng
  • 84,767
  • 185
  • 495
  • 805
0
votes
2 answers

React toolbox's button not working

Here is the button, and here is the button I clicked. I can't say the button is not working, but compare to the example, it is so wire: http://react-toolbox.com/#/components/button The source code: import {Button} from…
DNB5brims
  • 29,344
  • 50
  • 131
  • 195
0
votes
1 answer

React-Toolbox Theme error

I copied the basic button implementation from the react-toolbox website and it seems to give an error in the react-toolbox theme. Please see the screenshot for the error. My index.js file import React from 'react'; import ReactDOM from…
Aseem Upadhyay
  • 4,279
  • 3
  • 16
  • 36
0
votes
1 answer

Error testing react components that contain react-toolbox components

I am trying to test some react components that contain some components from react toolbox, and when I import them in the test file, i get this error: C:\project\landscapp\App\node_modules\react-toolbox\lib\ripple\theme.scss:1 (function (exports,…
0
votes
1 answer

react toolbox date picker left right arrow not working

I am using react toolbox date picker component. I am getting issue with chevron-left and chevron right arrow in calendar. In place of the icon of arrows am getting values as chevron-left and chevron right. Please suggest. Thanks.
Priya M
  • 13
  • 1
  • 7
0
votes
1 answer

React Toolbox Components are Huge

I'm playing around with React Toolbox and I've noticed (not that you'll miss it) that the components are rendering really big. Here's an example: I'm sure that that can't be correct, that toolbar's height is pretty big and those checkboxes.. well..…
user818700
0
votes
1 answer

Element type is invalid (got: undefined) for react-redux component

I'm trying to create a component for redux-form. Here is my component import React, { PropTypes } from 'react' import Input from 'react-toolbox' export const TextField = ({ input, meta: { touched, error }, ...custom }) => (
ThomasThiebaud
  • 11,331
  • 6
  • 54
  • 77
0
votes
1 answer

React-Toolbox Component

While coding up an Component in React-Toolbox, when defining the error Prop, it show by default on the page. How do I either dynamically render the error, or configure it. Code below ... So you always see the error message "Invalid email…
ERWilliams
  • 16
  • 3
0
votes
1 answer

react-toolbox installation on a react-native app

When I use the install commando ( npm install --save react-toolbox) on a react native app, I get the following errors: ── UNMET PEER DEPENDENCY normalize.css@^4.0.0 ├── UNMET PEER DEPENDENCY react-addons-css-transition-group@^0.14.0 || ^15.0.1 ├──…
Arvind
  • 41
  • 4
  • 11
0
votes
1 answer

How to avoid adding the react-toolbox css separately in index.html file

I'm using react-toolbox in my UI and my build tool is webpack. I have configured webpack to generate a style file - react-toolbox.css - in my dist directory. This file has the definitions for CSS classes that are used by react-toolbox components in…
Jophin Joseph
  • 2,864
  • 4
  • 27
  • 40
0
votes
0 answers

React-boilerplate + react-toolbox: Cannot resolve 'file' or 'directory' ./style

I'm using react-boilerplate as base to my project, since it have support do Redux. When I access my app I get the following error in the terminal: ERROR in ./~/react-toolbox/lib/button/Button.js Module not found: Error: Can't resolve './style' in…
Natanael
  • 2,290
  • 6
  • 23
  • 35
0
votes
1 answer

Install react-toolbox in React Boilerplate causing dependency error

I'm using react-boilerplate (https://github.com/mxstbr/react-boilerplate). When I use "npm install --save react-toolbox" I get the following errors: E:\ReactLaravel\Boilerplate\react-boilerplate-master>npm install --save react-toolbox npm ERR!…
0
votes
2 answers

Build react-toolbox styles as a separate css file

React-toolbox is building its styles in his own way. All styles look like this: [ link ] This way of including apparently is not supported by mobile devices (or at least my phone which i'm building an app for). And when i check the project on the…
harumando
  • 40
  • 1
  • 6
-1
votes
1 answer

React JS - react-toolbox Date Picker - disable some dates

React JS - react-toolbox Date Picker - disable some dates Am using react js date picker. Need disable some dates. date Source URL: http://react-toolbox.com/#/components/date_picker
1 2 3 4 5
6