https://github.com/JohnCoene/tippy
💬 Tippy.js for Shiny
https://github.com/JohnCoene/tippy
htmlwidget htmlwidgets r rstats
Last synced: 24 days 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-04-02T05:42:35.525Z (2 months ago)
- Topics: htmlwidget, htmlwidgets, r, rstats
- Language: R
- Homepage: http://tippy.john-coene.com/
- Size: 655 KB
- Stars: 77
- Watchers: 3
- Forks: 2
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
- awesome-shiny-extensions - tippy - Wrapper for Tippy.js to add tooltips to R Markdown documents or Shiny apps. (UI Components / Walkthrough / Tooltip / Help)
- jimsghstars - JohnCoene/tippy - 💬 Tippy.js for Shiny (R)
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/)