Skip to content

Commit a6ae632

Browse files
update readme for styling
1 parent 6d55714 commit a6ae632

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ $ npm install react-dyn-tabs --save
2020
```
2121

2222

23+
## Styling
24+
react-dyn-tabs does not include any style loading by default. Default stylesheets and themes are provided and can be included in your application if desired.
25+
26+
```js
27+
import 'react-dyn-tabs/style/react-dyn-tabs.css';
28+
import 'react-dyn-tabs/themes/default.css';
29+
```
30+
31+
2332
## License
2433

2534
MIT

0 commit comments

Comments
 (0)