Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JohnCoene/tippy
💬 Tippy.js for Shiny
https://github.com/JohnCoene/tippy
htmlwidget htmlwidgets r rstats
Last synced: 3 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-13T21:26:43.000Z (over 1 year ago)
- Last Synced: 2024-05-14T07:33:06.591Z (6 months ago)
- Topics: htmlwidget, htmlwidgets, r, rstats
- Language: R
- Homepage: http://tippy.john-coene.com/
- Size: 655 KB
- Stars: 76
- Watchers: 4
- Forks: 2
- Open Issues: 14
-
Metadata Files:
- Readme: README.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
[![Build Status](https://travis-ci.org/JohnCoene/tippy.svg?branch=master)](https://travis-ci.org/JohnCoene/tippy) [![CRAN status](https://www.r-pkg.org/badges/version/tippy)](https://cran.r-project.org/package=tippy) [![](https://cranlogs.r-pkg.org/badges/tippy)](https://cran.r-project.org/package=tippy)
# tippy
![tippy](/man/figures/logo.png)
[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/)