From 4902e2f40cda8da32a09c87ad14e2efd73c21dbb Mon Sep 17 00:00:00 2001
From: Joshua Henson
Date: Fri, 17 Jun 2016 10:21:10 -0700
Subject: [PATCH] Add required id to tooltip examples
---
docs/examples/TooltipBasic.js | 8 ++++----
docs/examples/TooltipInCopy.js | 10 +++++-----
docs/examples/TooltipPositioned.js | 2 +-
3 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/docs/examples/TooltipBasic.js b/docs/examples/TooltipBasic.js
index 88576e00fd..17c056b0ef 100644
--- a/docs/examples/TooltipBasic.js
+++ b/docs/examples/TooltipBasic.js
@@ -1,18 +1,18 @@
const tooltipInstance = (
-
+
Tooltip right
-
+
Tooltip top
-
+
Tooltip left
-
+
Tooltip bottom
diff --git a/docs/examples/TooltipInCopy.js b/docs/examples/TooltipInCopy.js
index c484239a66..1eeea0a193 100644
--- a/docs/examples/TooltipInCopy.js
+++ b/docs/examples/TooltipInCopy.js
@@ -1,6 +1,6 @@
const LinkWithTooltip = React.createClass({
render() {
- let tooltip = {this.props.tooltip};
+ let tooltip = {this.props.tooltip};
return (
- Tight pants next level keffiyeh you probably haven't
+ Tight pants next level keffiyeh you probably haven't
heard of them. Photo booth beard raw denim letterpress vegan messenger bag stumptown. Farm-to-table seitan, mcsweeney's
- fixie sustainable quinoa 8-bit american apparel Another tooltip} href="#">have a
+ fixie sustainable quinoa 8-bit american apparel Another tooltip} href="#" id="tooltip-2">have a
terry richardson vinyl chambray. Beard stumptown, cardigans banh mi lomo thundercats. Tofu biodiesel williamsburg marfa, four
- loko mcsweeney's cleanse vegan chambray. A really ironic artisan whatever keytar,
- scenester farm-to-table banksy Austin twitter handle freegan
+ loko mcsweeney's cleanse vegan chambray. A really ironic artisan whatever keytar,
+ scenester farm-to-table banksy Austin twitter handle freegan
cred raw denim single-origin coffee viral.
);
diff --git a/docs/examples/TooltipPositioned.js b/docs/examples/TooltipPositioned.js
index af31fc327f..676eb44350 100644
--- a/docs/examples/TooltipPositioned.js
+++ b/docs/examples/TooltipPositioned.js
@@ -1,6 +1,6 @@
const tooltip = (
- Holy guacamole! Check this info.
+ Holy guacamole! Check this info.
);
const positionerInstance = (