orbit-tooltips
v1.0.0
Published
Orbit Tooltips
Downloads
3
Readme
Orbit Tooltips
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.
Getting Started
Get started using one of the methods below:
NPM
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';
CDN Links
Use the jsDelivr CDN to include Orbit Tooltips directly into your project.
https://cdn.jsdelivr.net/npm/orbit-tooltips/css/tooltips.min.css
Github
You can download the repository directly from Github.
https://github.com/OrbitCSS/orbit-tooltips/tree/master/css
Documentation
You can browse the online documentation here.
Contributing
Help OrbitCSS and Orbit Tooltips improve by contributing.
Before opening a pull request, please first discuss the proposed changes via Github issue or email.
License
This project is licensed under the MIT License - see the LICENSE file for details