The ripple effect moves outside the bounds of the element, I've copied the example straight from docs, this occurs only with List.
| Library | Version |
|:-----|:-----|
| react | 15.4.2 |
|react-toolbox |^2.0.0-beta.6 |

Same issue here, 2.0.0-beta.6.
There is a typo error, which accidently passes ripple boolean to theme, which causes the classname to be set undefined.
I don't have the setup else i would post a PR is a very simple change.
https://github.com/react-toolbox/react-toolbox/blob/dev/components/list/ListItem.js#L75
Most helpful comment
There is a typo error, which accidently passes ripple boolean to theme, which causes the classname to be set undefined.
I don't have the setup else i would post a PR is a very simple change.
https://github.com/react-toolbox/react-toolbox/blob/dev/components/list/ListItem.js#L75