https://github.com/johncoene/tippy
💬 Tippy.js for Shiny
https://github.com/johncoene/tippy
htmlwidget htmlwidgets r rstats
Last synced: about 1 month ago
JSON representation
💬 Tippy.js for Shiny
- Host: GitHub
- URL: https://github.com/johncoene/tippy
- Owner: JohnCoene
- License: other
- Created: 2017-06-12T07:16:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-13T21:26:43.000Z (about 2 years ago)
- Last Synced: 2025-02-27T21:47:15.926Z (about 2 months ago)
- Topics: htmlwidget, htmlwidgets, r, rstats
- Language: R
- Homepage: http://tippy.john-coene.com/
- Size: 655 KB
- Stars: 77
- Watchers: 4
- Forks: 2
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/JohnCoene/tippy) [](https://cran.r-project.org/package=tippy) [](https://cran.r-project.org/package=tippy)
# tippy

[Tippy.js](https://github.com/atomiks/tippyjs) R htmlwidget: tooltips for R markdown and Shiny.
:warning: The API is in flux, the `dev` version is likely to
change a lot and break things.## Install
```r
# stable
install.packages("tippy")# dev
# install.packages("remotes")
remotes::install_github("JohnCoene/tippy")
```### [Documentation](http://tippy.john-coene.com/)