summaryrefslogtreecommitdiff
path: root/templates/assets/tether/docs/2-Examples/2-projects_using_tether.md
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-03-22 19:19:26 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2017-03-22 19:19:26 +0100
commitd42c8b528eb595101954f478e0024e3f079f6fbf (patch)
tree61a528cf94f1f6941f4683ae8736a4a0135c035e /templates/assets/tether/docs/2-Examples/2-projects_using_tether.md
downloadminionlivesmatter-d42c8b528eb595101954f478e0024e3f079f6fbf.tar.gz
minionlivesmatter-d42c8b528eb595101954f478e0024e3f079f6fbf.zip
first implementation of fun stats site
Diffstat (limited to 'templates/assets/tether/docs/2-Examples/2-projects_using_tether.md')
-rw-r--r--templates/assets/tether/docs/2-Examples/2-projects_using_tether.md37
1 files changed, 37 insertions, 0 deletions
diff --git a/templates/assets/tether/docs/2-Examples/2-projects_using_tether.md b/templates/assets/tether/docs/2-Examples/2-projects_using_tether.md
new file mode 100644
index 0000000..b9086b2
--- /dev/null
+++ b/templates/assets/tether/docs/2-Examples/2-projects_using_tether.md
@@ -0,0 +1,37 @@
+## 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.