Skip to main content

Tether - Vivid Component

Tether is a relatively low-level component designed to "tether" a component to another one.

  • Built ontop of react-popper, which itself is built ontop of popperjs
  • Extra support for the automatic positioning of "arrows" (very useful for implementing things like tooltips)

Development

Install dependencies

$ yarn

Available Commands

$ yarn start              # starts storybook, for visually testing tether
$ yarn test # runs all units tests
$ yarn test:watch # runs unit tests when files change
$ yarn build # bundles the package for production

Copyright © 2019 Rex Software All Rights Reserved.