summaryrefslogtreecommitdiff
path: root/minionlivesmatter/templates/assets/tether/docs/2-Examples
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-03-25 13:13:57 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2017-03-25 13:13:57 +0100
commitd25ff2bddd44b9dac1ceb248424109d1782dd211 (patch)
tree34fcfd824a1a72e7b4d431b688adcea532b62180 /minionlivesmatter/templates/assets/tether/docs/2-Examples
parenta2cbdd1b88ac723e5e441c0a3c22636f0a8c4dfd (diff)
downloadmeta-d25ff2bddd44b9dac1ceb248424109d1782dd211.tar.gz
meta-d25ff2bddd44b9dac1ceb248424109d1782dd211.zip
add minionlivesmatter as submodule
Diffstat (limited to 'minionlivesmatter/templates/assets/tether/docs/2-Examples')
-rw-r--r--minionlivesmatter/templates/assets/tether/docs/2-Examples/1-list_of_examples.md27
-rw-r--r--minionlivesmatter/templates/assets/tether/docs/2-Examples/2-projects_using_tether.md37
2 files changed, 0 insertions, 64 deletions
diff --git a/minionlivesmatter/templates/assets/tether/docs/2-Examples/1-list_of_examples.md b/minionlivesmatter/templates/assets/tether/docs/2-Examples/1-list_of_examples.md
deleted file mode 100644
index bbb7fd5..0000000
--- a/minionlivesmatter/templates/assets/tether/docs/2-Examples/1-list_of_examples.md
+++ /dev/null
@@ -1,27 +0,0 @@
-### Examples
-
-It's our goal to create a wide variety of example of how Tether
-can be used. Here's what we have so far, please send a PR with
-any examples you might create.
-
-#### Beginner
-
-- [simple](../../examples/simple): A simple example to get you started
-- [out-of-bounds](../../examples/out-of-bounds): How to hide the element when it would
-otherwise be offscreen
-- [pin](../../examples/pin): How to pin the element so it never goes offscreen
-- [enable-disable](../../examples/enable-disable): How to enable and disable the Tether
-in JavaScript
-
-#### Advanced
-
-- [content-visible](../../examples/content-visible): Demonstrates using the `'visible'`
-`targetModifier` to align an element with the visible portion of another.
-- [dolls](../../examples/dolls): A performance test to show several dozen elements,
-each tethered to the previous. Try dragging the top left tether.
-- [element-scroll](../../examples/element-scroll): Demonstrates using the `'scroll-handle'`
-`targetModifier` to align an element with the scrollbar of an element.
-- [scroll](../../examples/scroll): Demonstrates using the `'scroll-handle'` `targetModifier`
-to align an element with the body's scroll handle.
-- [viewport](../../examples/viewport): Demonstrates aligning an element with the
-viewport by using the `'visible'` `targetModifier` when tethered to the body.
diff --git a/minionlivesmatter/templates/assets/tether/docs/2-Examples/2-projects_using_tether.md b/minionlivesmatter/templates/assets/tether/docs/2-Examples/2-projects_using_tether.md
deleted file mode 100644
index b9086b2..0000000
--- a/minionlivesmatter/templates/assets/tether/docs/2-Examples/2-projects_using_tether.md
+++ /dev/null
@@ -1,37 +0,0 @@
-## Projects Using Tether
-
-Here at HubSpot we have built a bunch of libraries on top of Tether,
-both because we wanted Tether-performance, and because we saw opportunities
-to improve on what was available in the client-side ecosystem.
-
-### [Select](http://github.hubspot.com/select/docs/welcome)
-
-Select is a replacement for native browser select elements that is fully stylable.
-
-### [Shepherd](http://github.hubspot.com/shepherd/docs/welcome)
-
-Shepherd is a library for making tours of your app to help onboard users and show off
-new features.
-
-### [Tooltip](http://github.hubspot.com/tooltip/docs/welcome)
-
-A simple, easy-to-use implementation of tooltips that works well.
-
-### [Drop](http://github.hubspot.com/drop/docs/welcome)
-
-Where Tether does general-purpose positioning, Drop assumes that you are interested
-in making something which pops up next to something the user clicks or hovers on.
-
-If you're building something that fits that pattern, Drop can make things a little easier.
-
-### [React Datepicker](https://github.com/Hacker0x01/react-datepicker)
-
-A simple and reusable datepicker component for React
-
-### [ember-tether](https://github.com/yapplabs/ember-tether)
-
-An Ember.js-friendly interface for tether.
-
-### Your Project Here
-
-If you have a cool open-source library built on Tether, PR this doc.