UNPKG
@cwds/reactstrap
Version:
latest (1.5.6)
next (1.4.0-rc.4)
1.5.6
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.4.0-rc.4
1.4.0-rc.3
1.4.0-rc.2
1.4.0-rc.1
1.4.0-rc.0
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.5
1.1.3
1.1.3-rc.0
1.1.2
1.1.2-rc.2
1.1.2-rc.1
1.1.2-rc.0
1.1.1
1.1.0
1.0.0
1.0.0-rc.5
1.0.0-rc.4
1.0.0-rc.3
1.0.0-rc.2
1.0.0-rc.1
0.8.5
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.7.0
0.6.1
0.6.0
0.5.10
0.5.9
0.5.8
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.1
0.4.0
0.3.8
0.3.7
0.3.6
0.3.5
reactstrap components for CWS-CARES
cws-cares.netlify.com/libs/reactstrap
@cwds/reactstrap
/
dist
/
Modal.js
8 lines
(7 loc)
•
275 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
{
Modal
}
from
'reactstrap'
;
/** *
@todo
: use `scrollable` prop after reactstrap ships [#1435](https://github.com/reactstrap/reactstrap/pull/1435) */
Modal
.
defaultProps
.
className
=
'modal-dialog-scrollable'
;
Modal
.
defaultProps
.
centered
=
true
;
export
default
Modal
;