Simple CSS tooltips. You can use Orbit Tooltips as a stand-alone package in your project or alongside OrbitCSS for enhanced functionality. Check out the documentation for setup and usage examples.
Get started using one of the methods below:
You can install Orbit Tooltips with NPM.
npm install orbit-tooltips
Once installed, just import the module directly into your build.
@import './node_modules/orbit-tooltips/tooltips';
Use the jsDelivr CDN to include Orbit Tooltips directly into your project.
https://cdn.jsdelivr.net/npm/orbit-tooltips/css/tooltips.min.css
You can download the repository directly from Github.
https://github.com/OrbitCSS/orbit-tooltips/tree/master/css
You can browse the online documentation here.
Help OrbitCSS and Orbit Tooltips improve by contributing.
Before opening a pull request, please first discuss the proposed changes via Github issue or email.
This project is licensed under the MIT License - see the LICENSE file for details