您可以使用React-Bootstrap(https://react-
bootstrap.github.io/components/modal)。该链接上有一个模态示例。加载react-
bootstrap之后,可以将模式组件用作react组件:
var Modal = ReactBootstrap.Modal;
然后可以用作的反应成分
<Modal/>。
对于Bootstrap 4,有react-
strap(https://reactstrap.github.io)。React-
Bootstrap仅支持Bootstrap 3。



