38 lines
1017 B
Markdown
38 lines
1017 B
Markdown
## Tether
|
|
|
|
[](http://badge.fury.io/gh/HubSpot%2Ftether)
|
|
|
|
Tether is a JavaScript library for efficiently making an absolutely positioned element stay next to another element on the page.
|
|
|
|
It aims to be the canonical implementation of this type of positioning, such that you can build products, not positioning libraries.
|
|
|
|
Take a look at the documentation for a more detailed explanation of why you should star it now to remember it for your next project.
|
|
|
|
## Install
|
|
|
|
__npm__
|
|
```sh
|
|
$ npm install tether
|
|
```
|
|
|
|
__bower__
|
|
```sh
|
|
$ bower install tether
|
|
```
|
|
|
|
## Usage
|
|
|
|
[](http://github.hubspot.com/tether/#usage)
|
|
|
|
[Demo & API Documentation](http://github.hubspot.com/tether/)
|
|
|
|
|
|
## Contributing
|
|
|
|
We encourage contributions of all kinds. If you would like to contribute in some way, please review our [guidelines for contributing](CONTRIBUTING.md).
|
|
|
|
|
|
## License
|
|
Copyright © 2015 HubSpot - [MIT License](LICENSE)
|