Questions tagged [react-toolbox]
89 questions
1
vote
1 answer
React-Toolbox dialog form with required field
is there a way to use required Input-Fields in react-toolbox componenets dialog?
there you can define actions: I want to define on action as a submit or prevent default action that checks if in the form the html5 required fields are…

Felix
- 5,452
- 12
- 68
- 163
1
vote
2 answers
Building an AppBar in React-Toolbox
I'm new to to React-Toolbox and I've just started it out by trying to create an AppBar for my website. I've gone on the official React-Toolbox website and tried to implement their App Bar code: http://react-toolbox.com/#/components/app_bar , but…

Diveye
- 271
- 3
- 16
1
vote
2 answers
react js warnings in console unknown prop
I've got a reactJS application with react-toolbox
in console I got this error:
Warning: Unknown prop `raised` on tag. Remove this prop from the element.
Any Idea how I can solve this warning?
I don't want to remove the tag, is there workaround…

Felix
- 5,452
- 12
- 68
- 163
1
vote
0 answers
How to configure este to work with react-toolbox?
As recomended in este wiki, I would like to use react-toolbox to create components in material design. I have installed react-toolbox with npm. I got this error while trying to use button.
ERROR in…

alolapo
- 21
- 4
1
vote
0 answers
integrating react-toolbox to storybook
I have a problem of creating a simple react-toolbox button story in a storybook. I want to highlight that, all my setup of react-toolbox in application itself works well. Appropriate postcss.config.js file looks like this:
const theme =…

Radovan Kuka
- 1,962
- 1
- 17
- 19
1
vote
0 answers
React Toolbox: Checkbox state not updating
So I have a simple Checkbox component from the react toolbox library, when I click it, I can see the checkbox going from checked to unchecked, but in the console I see these errors everytime I click it:
Uncaught Error: findComponentRoot(...,…

ykadaru
- 1,108
- 2
- 16
- 32
1
vote
1 answer
react-toolbox Link refreshing entire page
I'm using react-toolbox in one of my projects.
Application structure
App
--Navigation
--Content
App
App Component
{this.props.children}
HomeNav Component
import { Link } from 'react-router';
...

Venugopal
- 1,888
- 1
- 17
- 30
1
vote
1 answer
How to further customize react-toolbox component beyond theme
I managed to theme my components but there are places where I want to further customize it in specific areas of my app. For example in general, I want theme styles applied, but I may still want to add additional padding to some element. I find that…

Jiew Meng
- 84,767
- 185
- 495
- 805
1
vote
1 answer
Nested drawer/layout in react toolbox
How can I implement a nested drawer layout?
LOGO | Nav-Items-Here
-------------------------
Page Header
-------------------------
Drawer | Content
/Sidebar|
|
|
I tried using a nested layout but it does not work. The drawer is…

Jiew Meng
- 84,767
- 185
- 495
- 805
1
vote
0 answers
Disable react toolbox ripple
I'm using react-toolbox's port of Google's material design library and I wonder if it's possible to disable the ripple effect.
I've been trying to hide it with css using the following selector but that didn't work.
[data-react-toolbox="ripple"] {
…

lenny.myr
- 903
- 2
- 11
- 20
1
vote
2 answers
Using react-toolbox with reactGo
I'm using reactGo as a boilerplate for a web app and I'd like to include react-toolbox for the UI. Through some unfruitful experimentation I have made at least some progress on including it in the project. I'm getting hung up on the development…

Cleanshooter
- 2,314
- 4
- 19
- 29
1
vote
1 answer
How to expand cards with react-toolbox
Does react-toolbox card component (http://react-toolbox.com/#/components/card) offer any expandable option similar to material-ui cards? (http://www.material-ui.com/#/components/card)

Sahas
- 3,046
- 6
- 32
- 53
1
vote
1 answer
How to apply theming to components from react toolbox
I am new to react and react toolbox. React toolbox uses scss. I don't know scss yet so facing problems with customization of its components.
This is what I have:

gags
- 255
- 2
- 17
1
vote
0 answers
Unexpected token when trying to edit accounts-material for react-toolbox
I'm trying to edit the package std:accounts-material to use react-toolbox instead of materialize, but so far I've had no success. I'm using as guide lawrently's accounts-material which he edited to use material-ui.
Here's what I've changed so far…

Juan D.
- 21
- 2
1
vote
2 answers
REact.js, react-toolbox syntax error?
Why am I getting this syntax error??? Driving me nuts, I know its some simple...I basically copied the example code from here:
http://react-toolbox.com/#/components/input
And I am simply trying to import it into here:
Any suggestions are hugely…

malexanders
- 3,203
- 5
- 26
- 46