diff --git a/www/docs/examples/Dropdown/ButtonSizes.js b/www/docs/examples/Dropdown/ButtonSizes.js
index d011e64a11..d2aa94a93c 100644
--- a/www/docs/examples/Dropdown/ButtonSizes.js
+++ b/www/docs/examples/Dropdown/ButtonSizes.js
@@ -6,41 +6,38 @@ import SplitButton from 'react-bootstrap/SplitButton';
function ButtonSizesExample() {
return (
<>
-
- {[DropdownButton, SplitButton].map((DropdownType, idx) => (
-
- Action
- Another action
- Something else here
-
- Separated link
-
- ))}
-
-
- {[DropdownButton, SplitButton].map((DropdownType, idx) => (
-
- Action
- Another action
- Something else here
-
- Separated link
-
- ))}
-
+ {[DropdownButton, SplitButton].map((DropdownType, idx) => (
+
+ Action
+ Another action
+ Something else here
+
+ Separated link
+
+ ))}
+
+ {[DropdownButton, SplitButton].map((DropdownType, idx) => (
+
+ Action
+ Another action
+ Something else here
+
+ Separated link
+
+ ))}
>
);
}
diff --git a/www/docs/examples/Dropdown/DropDirections.js b/www/docs/examples/Dropdown/DropDirections.js
index ed5c19d054..1b28f18ec1 100644
--- a/www/docs/examples/Dropdown/DropDirections.js
+++ b/www/docs/examples/Dropdown/DropDirections.js
@@ -2,51 +2,47 @@ import Dropdown from 'react-bootstrap/Dropdown';
import DropdownButton from 'react-bootstrap/DropdownButton';
import SplitButton from 'react-bootstrap/SplitButton';
-function DropDirectioExample() {
+function DropDirectionExample() {
return (
<>
-
- {['up', 'up-centered', 'down', 'down-centered', 'start', 'end'].map(
- (direction) => (
-
- Action
- Another action
- Something else here
-
- Separated link
-
- ),
- )}
-
+ {['up', 'up-centered', 'down', 'down-centered', 'start', 'end'].map(
+ (direction) => (
+
+ Action
+ Another action
+ Something else here
+
+ Separated link
+
+ ),
+ )}
-
- {['up', 'up-centered', 'down', 'down-centered', 'start', 'end'].map(
- (direction) => (
-
- Action
- Another action
- Something else here
-
- Separated link
-
- ),
- )}
-
+ {['up', 'up-centered', 'down', 'down-centered', 'start', 'end'].map(
+ (direction) => (
+
+ Action
+ Another action
+ Something else here
+
+ Separated link
+
+ ),
+ )}
>
);
}
-export default DropDirectioExample;
+export default DropDirectionExample;
diff --git a/www/docs/examples/Overlays/PopoverPositionedScrolling.js b/www/docs/examples/Overlays/PopoverPositionedScrolling.js
deleted file mode 100644
index fc626c73af..0000000000
--- a/www/docs/examples/Overlays/PopoverPositionedScrolling.js
+++ /dev/null
@@ -1,61 +0,0 @@
-import Button from 'react-bootstrap/Button';
-import OverlayTrigger from 'react-bootstrap/OverlayTrigger';
-import Popover from 'react-bootstrap/Popover';
-
-function PopoverPositionedScrollingExample() {
- const popover = (position) => (
-
- {`Popover ${position}`}
-
- Holy guacamole! Check this info.
-
-
- );
-
- const popoverLeft = ;
-
- const popoverTop = ;
-
- const popoverBottom = ;
-
- const popoverRight = ;
-
- return (
-
-
-
- {' '}
-
-
- {' '}
-
-
- {' '}
-
-
-
-
- );
-}
-
-export default PopoverPositionedScrollingExample;
diff --git a/www/docs/examples/Overlays/PopoverTriggerBehaviors.js b/www/docs/examples/Overlays/PopoverTriggerBehaviors.js
deleted file mode 100644
index 136a4b79fe..0000000000
--- a/www/docs/examples/Overlays/PopoverTriggerBehaviors.js
+++ /dev/null
@@ -1,50 +0,0 @@
-import Button from 'react-bootstrap/Button';
-import OverlayTrigger from 'react-bootstrap/OverlayTrigger';
-import Popover from 'react-bootstrap/Popover';
-
-function PopoverTriggerBehaviorsExample() {
- const popover = (triggerBehavior) => (
-
- Popover bottom
-
- Holy guacamole! Check this info.
-
-
- );
-
- const popoverClick = ;
-
- const popoverHoverFocus = ;
-
- const popoverFocus = ;
-
- const popoverClickRootClose = ;
-
- return (
- <>
-
-
- {' '}
-
-
- {' '}
-
-
- {' '}
-
-
-
- >
- );
-}
-
-export default PopoverTriggerBehaviorsExample;
diff --git a/www/docs/examples/Overlays/TooltipInCopy.js b/www/docs/examples/Overlays/TooltipInCopy.js
index d79054bdfe..ff1a2cdd2a 100644
--- a/www/docs/examples/Overlays/TooltipInCopy.js
+++ b/www/docs/examples/Overlays/TooltipInCopy.js
@@ -1,13 +1,13 @@
import OverlayTrigger from 'react-bootstrap/OverlayTrigger';
import Tooltip from 'react-bootstrap/Tooltip';
-function TooltipInCopyExample() {
- const Link = ({ id, children, title }) => (
- {title}}>
- {children}
-
- );
+const Link = ({ id, children, title }) => (
+ {title}}>
+ {children}
+
+);
+function TooltipInCopyExample() {
return (
Tight pants next level keffiyeh{' '}
@@ -34,4 +34,4 @@ function TooltipInCopyExample() {
);
}
-export default TooltipInCopyExample;
+render();
diff --git a/www/docs/examples/Spinner/Buttons.js b/www/docs/examples/Spinner/Buttons.js
index 304c783104..dd411b7f64 100644
--- a/www/docs/examples/Spinner/Buttons.js
+++ b/www/docs/examples/Spinner/Buttons.js
@@ -13,7 +13,7 @@ function ButtonExample() {
aria-hidden="true"
/>
Loading...
- {' '}
+