From 3d2fda7dd39e2363682f1fa353c951ab0d44ddfa Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Tue, 9 Feb 2016 18:40:49 +0100 Subject: Implemented URL query parsing for initial token /opa/?token=abcde --- .../tether/docs/welcome/index.html | 227 +++++++++++++++++++++ 1 file changed, 227 insertions(+) create mode 100644 afb-client/bower_components/tether/docs/welcome/index.html (limited to 'afb-client/bower_components/tether/docs/welcome/index.html') diff --git a/afb-client/bower_components/tether/docs/welcome/index.html b/afb-client/bower_components/tether/docs/welcome/index.html new file mode 100644 index 0000000..856d58e --- /dev/null +++ b/afb-client/bower_components/tether/docs/welcome/index.html @@ -0,0 +1,227 @@ + + + + + Tether – Marrying elements for life + + + + + + + + + + + + + + + + + + +
+
+
+
+

Tether

+
+

Marrying elements for life

+

+ ★ On Github +

+
+
+
+
+
+ +
+ +
+
+
+

What is Tether?

+
+
+

How Tether works.

+
+
+

Tether is powerful.

+
+
+

Play with Tether

+
+
+
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+

Tether is a low-level UI library that can be used to position any element on a page next to any other element.

+

It can be used for dropdown menus, tooltips, popovers, tours, help information, scroll guides, autocompletes, etc. The possibilities are endless.

+

In this example we're showing an action menu tethered to a list item.

+
+
+
+ +
+
+
+

Tether works by creating an absolutely positioned element and meticulously tracking the movements of a target which you specify.

+

The target and element can be tethered together in a variety of different ways.

+

Notice how the tethered element stays tethered to its target list item even as the left pane is scrolled up and down.

+
+
+
+ +
+
+
+

Tether can keep your element positioned properly even in some tough situations.

+

Tether handles all of the common pain points:

+
    +
  • Automatically detect collisions with the edge of the page or edge of the scrollParent
  • +
  • Automatically reposition on browser resize, scroll, and other events,
  • +
  • Constrain the position to any bounding box,
  • +
+

...and a lot more.

+
+
+
+ +
+
+
+

Interact with this demo.

+

 

+

To learn more, check out our documentation.

+
+
+
+ +
+ +
+ +
+ +
+ +
+
+

Share

+

Help us spread the word.

+ + + +
+ + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg