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: 11 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-13T21:26:43.000Z (over 1 year ago)
- Last Synced: 2024-10-15T00:51:46.641Z (23 days 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: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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/)