File tree 2 files changed +10
-4
lines changed
packages/dash-core-components/src/components
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -175,6 +175,9 @@ RangeSlider.propTypes = {
175
175
*/
176
176
pushable : PropTypes . oneOfType ( [ PropTypes . bool , PropTypes . number ] ) ,
177
177
178
+ /**
179
+ * Configuration for tooltips describing the current slider values
180
+ */
178
181
tooltip : PropTypes . exact ( {
179
182
/**
180
183
* Determines whether tooltips should always be visible
@@ -185,8 +188,8 @@ RangeSlider.propTypes = {
185
188
/**
186
189
* Determines the placement of tooltips
187
190
* See https://github.com/react-component/tooltip#api
188
- * top/bottom{*} sets the _origin_ of the tooltip, so e.g. `topLeft` will
189
- * in reality appear to be on the top right of the handle
191
+ * top/bottom{*} sets the _origin_ of the tooltip, so e.g. `topLeft`
192
+ * will in reality appear to be on the top right of the handle
190
193
*/
191
194
placement : PropTypes . oneOf ( [
192
195
'left' ,
Original file line number Diff line number Diff line change @@ -156,6 +156,9 @@ Slider.propTypes = {
156
156
*/
157
157
max : PropTypes . number ,
158
158
159
+ /**
160
+ * Configuration for tooltips describing the current slider value
161
+ */
159
162
tooltip : PropTypes . exact ( {
160
163
/**
161
164
* Determines whether tooltips should always be visible
@@ -166,8 +169,8 @@ Slider.propTypes = {
166
169
/**
167
170
* Determines the placement of tooltips
168
171
* See https://github.com/react-component/tooltip#api
169
- * top/bottom{*} sets the _origin_ of the tooltip, so e.g. `topLeft` will
170
- * in reality appear to be on the top right of the handle
172
+ * top/bottom{*} sets the _origin_ of the tooltip, so e.g. `topLeft`
173
+ * will in reality appear to be on the top right of the handle
171
174
*/
172
175
placement : PropTypes . oneOf ( [
173
176
'left' ,
You can’t perform that action at this time.
0 commit comments