@@ -11,6 +11,7 @@ order: 5
1111/**
1212 * title: Default vertical content
1313 * desc: Default usage of rc-scrollbars with vertical scroll
14+ * hideActions: ['CSB']
1415 */
1516import React from ' react' ;
1617import { Scrollbars } from ' rc-scrollbars' ;
@@ -27,6 +28,7 @@ export default () => (
2728/**
2829 * title: Default hozintal content
2930 * desc: Default usage of rc-scrollbars with horizontal and vertical scroll
31+ * hideActions: ['CSB']
3032 */
3133import React from ' react' ;
3234import { Scrollbars } from ' rc-scrollbars' ;
@@ -44,6 +46,9 @@ export default () => (
4446## Auto-hide
4547
4648``` jsx
49+ /**
50+ * hideActions: ['CSB']
51+ */
4752import React from ' react' ;
4853import { Scrollbars } from ' rc-scrollbars' ;
4954import { Lorem } from ' ./components/Lorem' ;
@@ -67,6 +72,7 @@ export default class App extends React.Component {
6772/**
6873 * title: Colored Scrollbar
6974 * desc: Example type customization of scrollbar and view
75+ * hideActions: ['CSB']
7076 */
7177import React from ' react' ;
7278import ColoredScrollbars from ' ./components/ColoredScrollbars' ;
@@ -84,6 +90,7 @@ export default () => (
8490``` jsx
8591/**
8692 * title: Shadow view
93+ * hideActions: ['CSB']
8794 */
8895import React from ' react' ;
8996import { Scrollbars } from ' rc-scrollbars' ;
@@ -106,6 +113,7 @@ export default class App extends React.Component {
106113``` tsx
107114/**
108115 * title: Styled scrollbar
116+ * hideActions: ['CSB']
109117 */
110118import React from ' react' ;
111119import { Scrollbars } from ' rc-scrollbars' ;
@@ -153,6 +161,7 @@ export default class App extends React.Component {
153161``` jsx
154162/**
155163 * title: Spring Scrollbar
164+ * hideActions: ['CSB']
156165 */
157166import React from ' react' ;
158167import SpringScrollbarsExample from ' ./components/SpringScrollbars/SpringScrollbarsExample' ;
0 commit comments