tether
A positioning engine to make overlays, tooltips and dropdowns better
File Explorer
Download Latest Version (.zip)- main.yml
- plan-release.yml
- publish.yml
- dependabot.yml
- styleMock.js
- 1-why_you_should_use_tether.md
- 2-repositioning.md
- 3-why_we_dont_support_IE_8.md
- 1-list_of_examples.md
- 2-projects_using_tether.md
- 1-embedding_tether.md
- 2-extending_tether.md
- intro.css
- intro.js
- intro.sass
- browser-demo.css
- prism.css
- welcome.css
- drop.js
- jquery.js
- log.js
- welcome.js
- _inline-block.sass
- browser-demo.sass
- welcome.sass
- browser-demo.html
- index.html
- intro.md
- style.css
- index.html
- dolls.css
- dolls.js
- index.html
- index.html
- index.html
- index.html
- index.html
- base.css
- index.html
- index.html
- index.html
- colors.css
- index.html
- index.html
- _tether-theme-arrows.scss
- _tether-theme-basic.scss
- _tether.scss
- _inline-block.scss
- _pie-clearfix.scss
- tether-theme-arrows-dark.scss
- tether-theme-arrows.scss
- tether-theme-basic.scss
- tether.scss
- bounds.js
- classes.js
- deferred.js
- general.js
- offset.js
- parents.js
- type-check.js
- abutment.js
- constraint.js
- evented.js
- shift.js
- tether.js
- content-visible.cy.js
- enable-disable.cy.js
- out-of-bounds.cy.js
- pin.cy.js
- scroll.cy.js
- simple.cy.js
- testbed.cy.js
- index.js
- commands.js
- index.js
- bounds.spec.js
- classes.spec.js
- deferred.spec.js
- offset.spec.js
- parents.spec.js
- constraint.spec.js
- evented.spec.js
- setupTests.js
- shift.spec.js
- tether.spec.js
- .eslintrc.js
- .browserslistrc
- .codeclimate.yml
- .eslintignore
- .eslintrc.js
- .gitignore
- .hsdoc
- .npmignore
- .npmrc
- .prettierrc.js
- .release-plan.json
- babel.config.js
- CHANGELOG.md
- CONTRIBUTING.md
- cypress.config.cjs
- HISTORY.md
- jest.config.js
- LICENSE
- package.json
- pnpm-lock.yaml
- README.md
- RELEASE.md
- rollup.config.js
# Installation Guide
1. Get the code
git clone https://github.com/shipshapecode/tether
Downloads the entire project code from GitHub to your computer.
cd tether
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install tether
Downloads and installs the libraries listed in package.json.
npm install tether@next
Downloads and installs the libraries listed in package.json.
<script src="https://cdn.jsdelivr.net/npm/tether@2.0.0-beta.5/dist/js/tether.min.js"></script>
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
