Skip to content

Commit 3905d6d

Browse files
committed
docs(README.mnd): Wrap Tabs between <>
1 parent 44c5dd1 commit 3905d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ You can also always just simply copy the default style to your own css/scss/less
330330
331331
### Custom Components
332332
333-
In case you want to create your own component wrapping the ones that the library provides, you have to set its `tabsRole`. This is value is used inside react-tabs to check the role of a component inside `Tabs`.
333+
In case you want to create your own component wrapping the ones that the library provides, you have to set its `tabsRole`. This is value is used inside react-tabs to check the role of a component inside `<Tabs />`.
334334
335335
``` javascript
336336
import { Tabs, TabList, Tab, TabPanel } from 'react-tabs';

0 commit comments

Comments
 (0)