From 4b73f60cade5a5697d582ce1edde286621c7dcb6 Mon Sep 17 00:00:00 2001 From: Sebastian Silbermann Date: Mon, 23 Jul 2018 13:06:19 +0200 Subject: [PATCH] [docs] Update Slider api --- pages/lab/api/slider.md | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/lab/api/slider.md b/pages/lab/api/slider.md index e9398b6ecc6ffa..f82b4d2e41d9a9 100644 --- a/pages/lab/api/slider.md +++ b/pages/lab/api/slider.md @@ -50,7 +50,6 @@ This property accepts the following keys: | focused | Class applied to the track and thumb elements to trigger JSS nested styles if `focused`. | activated | Class applied to the track and thumb elements to trigger JSS nested styles if `activated`. | vertical | Class applied to the root, track and container to trigger JSS nested styles if `vertical`. -| zero | Class applied to the thumb to trigger nested styles if `value` = `min` . Have a look at [overriding with classes](/customization/overrides#overriding-with-classes) section and the [implementation of the component](https://github.com/mui-org/material-ui/tree/master/packages/material-ui-lab/src/Slider/Slider.js)