-
Hey, thanks for all your work on react-toolbox. We are trying out the `css-next` branch and really enjoying it. One issue that were having with the new table is wrapping TableRow in another componen…
-
I did npm install, cd docs, npm install before.
There wasn't any problems. And problems started from this part:
~/tmp/react-toolbox/docs [dev] $ npm start
> react-toolbox-docs@0.0.1 start /Use…
mesin updated
7 years ago
-
Topcoder header and footer should be copied into this repo, to be used in TC pages served from here.
-
**Edit: here is my repo link https://github.com/raza2022/final-react**
@mjurincic @drhayes @okonet @owais @Rendez Thanks for the great work.
I tried the tool box with a already scofoled project with…
-
Hey People,
I am currently trying out react-toolbox and dropdowns.
Sadly the cursor makes it look like there are disabled.
But when I click the onChange is still kicked off.
https://github…
-
Suite à l'atelier de jeudi et surtout à des discussions avec @kosssi et Claire, j'ai pris conscience que nous souffrons d'un manque d'alignement quant à l'évolution de cozy-ui, d'où un quasi status qu…
-
`withStyles` is probably a misnomer since it implies the `style` prop for the basic components. Regardless, I find having to remember CSS classes and SCSS variables to be annoying in large codebases. …
-
Theres currently a glitch with the theme updating upon launch requiring a reset after a short dialog telling you to restart for Material Theme changes to reflect.
-
There is a style applied [here](https://github.com/react-toolbox/react-toolbox/blob/2.0.0-beta.6/components/layout/Layout.js#L106) to a div which wraps Panel.
I'm using create-react-app and react-t…
-
Let's say I have some two components, `ChildComponent`
```
@themr('ChildComponent')
class ChildComponent extends Component {
render() {
const { theme } = this.props;
return (
)
…