You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+54-22Lines changed: 54 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,44 +43,78 @@ Import required reactstrap components within ```src/App.js``` file or your custo
43
43
import { Button } from'reactstrap';
44
44
```
45
45
46
-
Now you are ready to use the imported reactstrap components within your component hierarchy defined in the render method. Here is an example [`App.js`](https://gist.github.com/eddywashere/e13033c0e655ab7cda995f8bc77ce40d) redone using reactstrap.
46
+
Now you are ready to use the imported reactstrap components within your component hierarchy defined in the render
47
+
method. Here is an example [`App.js`](https://gist.github.com/eddywashere/e13033c0e655ab7cda995f8bc77ce40d) redone
48
+
using reactstrap.
49
+
50
+
### Dependencies
51
+
52
+
##### Required Peer Dependencies
53
+
54
+
These libraries are not bundled with Reactstrap and required at runtime:
If you prefer to include Reactstrap globally by marking `reactstrap` as external in your application, the `reactstrap` library provides various single-file distributions, which are hosted on the following CDNs:
70
+
If you prefer to include Reactstrap globally by marking `reactstrap` as external in your application, the
71
+
`reactstrap` library provides various single-file distributions, which are hosted on the following CDNs:
This library contains React Bootstrap 4 components that favor composition and control. The library does not depend on jQuery or Bootstrap javascript. However, [Poppers.js](https://popper.js.org/) via [react-popper](https://github.com/souporserious/react-popper) is relied upon for advanced positioning of content like Tooltips, Popovers, and auto-flipping Dropdowns.
0 commit comments