We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed57ab4 commit 0ed90a8Copy full SHA for 0ed90a8
README.md
@@ -102,6 +102,8 @@ The UMD build is also available on [npmcdn](https://npmcdn.com):
102
### c.Import CSS
103
Finally, you need to import the css file to your app:
104
```html
105
+<!-- we still need bootstrap css -->
106
+<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
107
<link rel="stylesheet" href="./dist/react-bootstrap-table.min.css">
108
```
109
The CSS files you can find in the css folder.
0 commit comments