Skip to content

Commit 9680d06

Browse files
authored
chore: Add Browserstack to README
1 parent 039a3ea commit 9680d06

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ http://reactcommunity.org/react-tabs/
66

77
> Supports React 0.14.9+, 15.3+ and 16+
88
9+
<ins><blockquote class="rich-diff-level-zero"> <p class="rich-diff-level-one">react-tabs was tested on real mobile devices and browsers with<br>
10+
<img src="http://reactcommunity.org/react-tabs/7215e21fc3d710d2257900135d6fc03c.svg" height="50" alt="Browserstack">
11+
12+
</p> </blockquote></ins>
13+
914
## Installing
1015

1116
```bash
@@ -337,7 +342,7 @@ You can also always just simply copy the default style to your own css/scss/less
337342
338343
In case you want to create your own component wrapping the ones that the library provides, you have to set its `tabsRole`. This value is used inside react-tabs to check the role of a component inside `<Tabs />`.
339344
340-
Possible values for tabsRole are:
345+
Possible values for tabsRole are:
341346
* Tab
342347
* TabPanel
343348
* TabList
@@ -364,6 +369,7 @@ const App = () => (
364369
</Tabs>
365370
);
366371
```
372+
367373
## License
368374
369375
MIT

0 commit comments

Comments
 (0)