diff --git a/docs/examples/ModalStatic.js b/docs/examples/ModalStatic.js deleted file mode 100644 index 138c55f050..0000000000 --- a/docs/examples/ModalStatic.js +++ /dev/null @@ -1,27 +0,0 @@ -const modalInstance = ( -
- A rendered modal with header, body, and set of actions in the footer. The {'
Component comes with
+ A modal with header, body, and set of actions in the footer. Use {'
in combination with other components to
+ show or hide your Modal. The {'
Component comes with
a few convenient "sub components": {'
, {'
, {'
,
and {'
, which you can use to build the Modal content.
@@ -273,11 +276,6 @@ const ComponentsPage = React.createClass({
import them directly from the /lib
directory like: {"require('react-bootstrap/lib/ModalHeader')"}
.
Use {'
in combination with other components to show or hide your Modal.
You will need to add the following css to your project and ensure that your container has the modal-container
class.