File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ If you specify additional props on the `<Tabs />` component they will be forward
64
64
65
65
#### className: ` string | Array < string> | { [string]: boolean }`
66
66
67
- > default: ` " PropTypes " `
67
+ > default: ` " ReactTabs " `
68
68
69
69
Provide a custom class name for the outer ` < div / > ` of the tabs.
70
70
@@ -142,7 +142,7 @@ If you specify additional props on the `<TabList />` component they will be forw
142
142
143
143
#### className: ` string | Array < string> | { [string]: boolean }`
144
144
145
- > default: ` " PropTypes__TabList " `
145
+ > default: ` " ReactTabs__TabList " `
146
146
147
147
Provide a custom class name for the ` < ul / > ` .
148
148
@@ -160,7 +160,7 @@ Provide a custom class name for disabled tabs.
160
160
161
161
#### className: ` string | Array < string> | { [string]: boolean }`
162
162
163
- > default: ` " PropTypes__Tab " `
163
+ > default: ` " ReactTabs__Tab " `
164
164
165
165
Provide a custom class name for the ` < li / > ` .
166
166
@@ -178,7 +178,7 @@ If you specify additional props on the `<TabPanel />` component they will be for
178
178
179
179
#### className: ` string | Array < string> | { [string]: boolean }`
180
180
181
- > default: ` " PropTypes__TabPanel " `
181
+ > default: ` " ReactTabs__TabPanel " `
182
182
183
183
Provide a custom class name for the ` < div / > ` containing the tab content.
184
184
You can’t perform that action at this time.
0 commit comments