Skip to content

Commit 7a53b08

Browse files
patrick91danez
authored andcommitted
Add a note about setUseDefaultStyles in Readme (#122)
1 parent 489ccaf commit 7a53b08

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,14 @@ class App extends Component {
100100
render(<App/>, document.getElementById('container'));
101101
```
102102

103+
## Styling
104+
105+
You can disable default stlying call this method once:
106+
107+
```
108+
Tabs.setUseDefaultStyles(false);
109+
```
110+
103111
## License
104112

105113
MIT

0 commit comments

Comments
 (0)