diff --git a/docs/src/ComponentsPage.js b/docs/src/ComponentsPage.js index 3c37d256b8..a04a1097c7 100644 --- a/docs/src/ComponentsPage.js +++ b/docs/src/ComponentsPage.js @@ -792,7 +792,7 @@ const ComponentsPage = React.createClass({
A Component that renders its children into a new React "subtree" or container
. The Portal component kind of like the React
equivillent to jQuery's .appendTo()
, which is helpful for components that need to be appended to a DOM node other than
@@ -801,6 +801,15 @@ const ComponentsPage = React.createClass({
+ A Component that absolutely positions its child to a target
component or DOM node. Useful for creating custom
+ popups or tooltips. Used by the Overlay Components.
+